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