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