#[repr(u8)]pub enum Doeptsiz13Rxdpid {
DATA0 = 0,
DATA2PACKET1 = 1,
DATA1PACKET2 = 2,
MDATAPACKET3 = 3,
}Variants§
DATA0 = 0
DATA0
DATA2PACKET1 = 1
DATA2 or 1 packet
DATA1PACKET2 = 2
DATA1 or 2 packets
MDATAPACKET3 = 3
MDATA or 3 packets
Implementations§
Trait Implementations§
Source§impl Clone for Doeptsiz13Rxdpid
impl Clone for Doeptsiz13Rxdpid
Source§fn clone(&self) -> Doeptsiz13Rxdpid
fn clone(&self) -> Doeptsiz13Rxdpid
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 Doeptsiz13Rxdpid
impl Debug for Doeptsiz13Rxdpid
Source§impl From<Doeptsiz13Rxdpid> for u8
impl From<Doeptsiz13Rxdpid> for u8
Source§fn from(val: Doeptsiz13Rxdpid) -> u8
fn from(val: Doeptsiz13Rxdpid) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Doeptsiz13Rxdpid
impl From<u8> for Doeptsiz13Rxdpid
Source§fn from(val: u8) -> Doeptsiz13Rxdpid
fn from(val: u8) -> Doeptsiz13Rxdpid
Converts to this type from the input type.
Source§impl Ord for Doeptsiz13Rxdpid
impl Ord for Doeptsiz13Rxdpid
Source§fn cmp(&self, other: &Doeptsiz13Rxdpid) -> Ordering
fn cmp(&self, other: &Doeptsiz13Rxdpid) -> 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 Doeptsiz13Rxdpid
impl PartialEq for Doeptsiz13Rxdpid
Source§impl PartialOrd for Doeptsiz13Rxdpid
impl PartialOrd for Doeptsiz13Rxdpid
impl Copy for Doeptsiz13Rxdpid
impl Eq for Doeptsiz13Rxdpid
impl StructuralPartialEq for Doeptsiz13Rxdpid
Auto Trait Implementations§
impl Freeze for Doeptsiz13Rxdpid
impl RefUnwindSafe for Doeptsiz13Rxdpid
impl Send for Doeptsiz13Rxdpid
impl Sync for Doeptsiz13Rxdpid
impl Unpin for Doeptsiz13Rxdpid
impl UnwindSafe for Doeptsiz13Rxdpid
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)