pub struct Msb0;Expand description
Msb0 bit order.
Trait Implementations§
impl BitOrder for Msb0
impl Copy for Msb0
Auto Trait Implementations§
impl RefUnwindSafe for Msb0
impl Send for Msb0
impl Sync for Msb0
impl Unpin for Msb0
impl UnwindSafe for Msb0
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