#[repr(transparent)]pub struct TiMemory(pub usize);Expand description
Handle TiMemory
A contiguous allocation of device memory.
Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Ord for TiMemory
impl Ord for TiMemory
Source§impl PartialOrd for TiMemory
impl PartialOrd for TiMemory
impl Copy for TiMemory
impl Eq for TiMemory
impl StructuralPartialEq for TiMemory
Auto Trait Implementations§
impl Freeze for TiMemory
impl RefUnwindSafe for TiMemory
impl Send for TiMemory
impl Sync for TiMemory
impl Unpin for TiMemory
impl UnwindSafe for TiMemory
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