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