Struct cubecl_runtime::memory_management::simple::ChunkHandle
source · pub struct ChunkHandle { /* private fields */ }
Expand description
Memory Handle.
Trait Implementations§
source§impl Clone for ChunkHandle
impl Clone for ChunkHandle
source§fn clone(&self) -> ChunkHandle
fn clone(&self) -> ChunkHandle
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 ChunkHandle
impl Debug for ChunkHandle
source§impl Default for ChunkHandle
impl Default for ChunkHandle
Auto Trait Implementations§
impl Freeze for ChunkHandle
impl RefUnwindSafe for ChunkHandle
impl Send for ChunkHandle
impl Sync for ChunkHandle
impl Unpin for ChunkHandle
impl UnwindSafe for ChunkHandle
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)