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