pub struct NbytesR { /* private fields */ }
Expand description
Value of the field NBYTES
Implementations§
Auto Trait Implementations§
impl Freeze for NbytesR
impl RefUnwindSafe for NbytesR
impl Send for NbytesR
impl Sync for NbytesR
impl Unpin for NbytesR
impl UnwindSafe for NbytesR
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