#[repr(C)]pub struct SkRasterHandleAllocator_Rec {
pub fReleaseProc: Option<unsafe extern "C" fn(pixels: *mut c_void, ctx: *mut c_void)>,
pub fReleaseCtx: *mut c_void,
pub fPixels: *mut c_void,
pub fRowBytes: usize,
pub fHandle: SkRasterHandleAllocator_Handle,
}
Fields§
§fReleaseProc: Option<unsafe extern "C" fn(pixels: *mut c_void, ctx: *mut c_void)>
§fReleaseCtx: *mut c_void
§fPixels: *mut c_void
§fRowBytes: usize
§fHandle: SkRasterHandleAllocator_Handle
Trait Implementations§
source§impl Clone for SkRasterHandleAllocator_Rec
impl Clone for SkRasterHandleAllocator_Rec
source§fn clone(&self) -> SkRasterHandleAllocator_Rec
fn clone(&self) -> SkRasterHandleAllocator_Rec
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_Rec
impl Debug for SkRasterHandleAllocator_Rec
impl Copy for SkRasterHandleAllocator_Rec
Auto Trait Implementations§
impl RefUnwindSafe for SkRasterHandleAllocator_Rec
impl !Send for SkRasterHandleAllocator_Rec
impl !Sync for SkRasterHandleAllocator_Rec
impl Unpin for SkRasterHandleAllocator_Rec
impl UnwindSafe for SkRasterHandleAllocator_Rec
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