pub struct MemUnit(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for MemUnit
impl RefUnwindSafe for MemUnit
impl Send for MemUnit
impl Sync for MemUnit
impl Unpin for MemUnit
impl UnwindSafe for MemUnit
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