Struct skia_bindings::SkRasterHandleAllocator
source · #[repr(C)]#[repr(align(8))]pub struct SkRasterHandleAllocator {
pub _bindgen_opaque_blob: u64,
}
Fields§
§_bindgen_opaque_blob: u64
Implementations§
source§impl SkRasterHandleAllocator
impl SkRasterHandleAllocator
pub unsafe fn MakeCanvas( arg1: u64, arg2: *const SkImageInfo, rec: *const SkRasterHandleAllocator_Rec, props: *const SkSurfaceProps ) -> u64
Trait Implementations§
source§impl Clone for SkRasterHandleAllocator
impl Clone for SkRasterHandleAllocator
source§fn clone(&self) -> SkRasterHandleAllocator
fn clone(&self) -> SkRasterHandleAllocator
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 SkRasterHandleAllocator
impl Debug for SkRasterHandleAllocator
impl Copy for SkRasterHandleAllocator
Auto Trait Implementations§
impl RefUnwindSafe for SkRasterHandleAllocator
impl Send for SkRasterHandleAllocator
impl Sync for SkRasterHandleAllocator
impl Unpin for SkRasterHandleAllocator
impl UnwindSafe for SkRasterHandleAllocator
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