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