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