#[repr(u8)]pub enum Dpid {
DATA0 = 0,
DATA2 = 1,
DATA1 = 2,
MDATA = 3,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Dpid
impl Eq for Dpid
Source§impl Ord for Dpid
impl Ord for Dpid
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Dpid
impl PartialOrd for Dpid
impl StructuralPartialEq for Dpid
Auto Trait Implementations§
impl Freeze for Dpid
impl RefUnwindSafe for Dpid
impl Send for Dpid
impl Sync for Dpid
impl Unpin for Dpid
impl UnsafeUnpin for Dpid
impl UnwindSafe for Dpid
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