#[repr(u8)]pub enum Msbsel {
MSBSEL_B = 0,
MSBSEL_A = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Msbsel
impl Ord for Msbsel
Source§impl PartialOrd for Msbsel
impl PartialOrd for Msbsel
impl Copy for Msbsel
impl Eq for Msbsel
impl StructuralPartialEq for Msbsel
Auto Trait Implementations§
impl Freeze for Msbsel
impl RefUnwindSafe for Msbsel
impl Send for Msbsel
impl Sync for Msbsel
impl Unpin for Msbsel
impl UnwindSafe for Msbsel
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