#[repr(C)]pub struct sktext_gpu_SubRunAllocator { /* private fields */ }
Trait Implementations§
source§impl Clone for sktext_gpu_SubRunAllocator
impl Clone for sktext_gpu_SubRunAllocator
source§fn clone(&self) -> sktext_gpu_SubRunAllocator
fn clone(&self) -> sktext_gpu_SubRunAllocator
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 sktext_gpu_SubRunAllocator
impl Debug for sktext_gpu_SubRunAllocator
impl Copy for sktext_gpu_SubRunAllocator
Auto Trait Implementations§
impl RefUnwindSafe for sktext_gpu_SubRunAllocator
impl Send for sktext_gpu_SubRunAllocator
impl Sync for sktext_gpu_SubRunAllocator
impl Unpin for sktext_gpu_SubRunAllocator
impl UnwindSafe for sktext_gpu_SubRunAllocator
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