Struct skia_bindings::GrRecordingContext_Arenas
source · #[repr(C)]pub struct GrRecordingContext_Arenas {
pub fRecordTimeAllocator: *mut SkArenaAlloc,
pub fRecordTimeSubRunAllocator: *mut sktext_gpu_SubRunAllocator,
}
Fields§
§fRecordTimeAllocator: *mut SkArenaAlloc
§fRecordTimeSubRunAllocator: *mut sktext_gpu_SubRunAllocator
Implementations§
source§impl GrRecordingContext_Arenas
impl GrRecordingContext_Arenas
pub unsafe fn new( arg1: *mut SkArenaAlloc, arg2: *mut sktext_gpu_SubRunAllocator ) -> Self
Trait Implementations§
source§impl Clone for GrRecordingContext_Arenas
impl Clone for GrRecordingContext_Arenas
source§fn clone(&self) -> GrRecordingContext_Arenas
fn clone(&self) -> GrRecordingContext_Arenas
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 GrRecordingContext_Arenas
impl Debug for GrRecordingContext_Arenas
impl Copy for GrRecordingContext_Arenas
Auto Trait Implementations§
impl RefUnwindSafe for GrRecordingContext_Arenas
impl !Send for GrRecordingContext_Arenas
impl !Sync for GrRecordingContext_Arenas
impl Unpin for GrRecordingContext_Arenas
impl UnwindSafe for GrRecordingContext_Arenas
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