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