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