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