Struct skia_bindings::SkDeque_F2BIter
source · #[repr(C)]#[repr(align(8))]pub struct SkDeque_F2BIter {
pub _bindgen_opaque_blob: [u64; 3],
}
Fields§
§_bindgen_opaque_blob: [u64; 3]
Trait Implementations§
source§impl Clone for SkDeque_F2BIter
impl Clone for SkDeque_F2BIter
source§fn clone(&self) -> SkDeque_F2BIter
fn clone(&self) -> SkDeque_F2BIter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SkDeque_F2BIter
impl Debug for SkDeque_F2BIter
impl Copy for SkDeque_F2BIter
Auto Trait Implementations§
impl RefUnwindSafe for SkDeque_F2BIter
impl Send for SkDeque_F2BIter
impl Sync for SkDeque_F2BIter
impl Unpin for SkDeque_F2BIter
impl UnwindSafe for SkDeque_F2BIter
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more