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