Struct Msbfirst
#[repr(transparent)]pub struct Msbfirst(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Msbfirst
impl Ord for Msbfirst
§impl PartialOrd for Msbfirst
impl PartialOrd for Msbfirst
impl Copy for Msbfirst
impl Eq for Msbfirst
impl StructuralPartialEq for Msbfirst
Auto Trait Implementations§
impl Freeze for Msbfirst
impl RefUnwindSafe for Msbfirst
impl Send for Msbfirst
impl Sync for Msbfirst
impl Unpin for Msbfirst
impl UnwindSafe for Msbfirst
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