#[repr(u8)]pub enum GrxstspDpid {
DATA0 = 0,
DATA2 = 1,
DATA1 = 2,
MDATA = 3,
}Variants§
Implementations§
Source§impl GrxstspDpid
impl GrxstspDpid
Trait Implementations§
Source§impl Clone for GrxstspDpid
impl Clone for GrxstspDpid
Source§fn clone(&self) -> GrxstspDpid
fn clone(&self) -> GrxstspDpid
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GrxstspDpid
impl Debug for GrxstspDpid
Source§impl From<GrxstspDpid> for u8
impl From<GrxstspDpid> for u8
Source§fn from(val: GrxstspDpid) -> u8
fn from(val: GrxstspDpid) -> u8
Converts to this type from the input type.
Source§impl From<u8> for GrxstspDpid
impl From<u8> for GrxstspDpid
Source§fn from(val: u8) -> GrxstspDpid
fn from(val: u8) -> GrxstspDpid
Converts to this type from the input type.
Source§impl Ord for GrxstspDpid
impl Ord for GrxstspDpid
Source§fn cmp(&self, other: &GrxstspDpid) -> Ordering
fn cmp(&self, other: &GrxstspDpid) -> Ordering
1.21.0 · 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 PartialEq for GrxstspDpid
impl PartialEq for GrxstspDpid
Source§impl PartialOrd for GrxstspDpid
impl PartialOrd for GrxstspDpid
impl Copy for GrxstspDpid
impl Eq for GrxstspDpid
impl StructuralPartialEq for GrxstspDpid
Auto Trait Implementations§
impl Freeze for GrxstspDpid
impl RefUnwindSafe for GrxstspDpid
impl Send for GrxstspDpid
impl Sync for GrxstspDpid
impl Unpin for GrxstspDpid
impl UnwindSafe for GrxstspDpid
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)