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