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