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