Struct skia_bindings::SkDeque_Block
source · #[repr(C)]pub struct SkDeque_Block { /* private fields */ }
Trait Implementations§
source§impl Clone for SkDeque_Block
impl Clone for SkDeque_Block
source§fn clone(&self) -> SkDeque_Block
fn clone(&self) -> SkDeque_Block
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_Block
impl Debug for SkDeque_Block
impl Copy for SkDeque_Block
Auto Trait Implementations§
impl RefUnwindSafe for SkDeque_Block
impl Send for SkDeque_Block
impl Sync for SkDeque_Block
impl Unpin for SkDeque_Block
impl UnwindSafe for SkDeque_Block
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