#[repr(u8)]pub enum Diepctl2Naksts {
NONNAK = 0,
NAK = 1,
}Variants§
NONNAK = 0
The core is transmitting non-NAK handshakes based on the FIFO status
NAK = 1
The core is transmitting NAK handshakes on this endpoint
Implementations§
Trait Implementations§
Source§impl Clone for Diepctl2Naksts
impl Clone for Diepctl2Naksts
Source§fn clone(&self) -> Diepctl2Naksts
fn clone(&self) -> Diepctl2Naksts
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 Diepctl2Naksts
impl Debug for Diepctl2Naksts
Source§impl From<Diepctl2Naksts> for u8
impl From<Diepctl2Naksts> for u8
Source§fn from(val: Diepctl2Naksts) -> u8
fn from(val: Diepctl2Naksts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Diepctl2Naksts
impl From<u8> for Diepctl2Naksts
Source§fn from(val: u8) -> Diepctl2Naksts
fn from(val: u8) -> Diepctl2Naksts
Converts to this type from the input type.
Source§impl Ord for Diepctl2Naksts
impl Ord for Diepctl2Naksts
Source§fn cmp(&self, other: &Diepctl2Naksts) -> Ordering
fn cmp(&self, other: &Diepctl2Naksts) -> 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 Diepctl2Naksts
impl PartialEq for Diepctl2Naksts
Source§impl PartialOrd for Diepctl2Naksts
impl PartialOrd for Diepctl2Naksts
impl Copy for Diepctl2Naksts
impl Eq for Diepctl2Naksts
impl StructuralPartialEq for Diepctl2Naksts
Auto Trait Implementations§
impl Freeze for Diepctl2Naksts
impl RefUnwindSafe for Diepctl2Naksts
impl Send for Diepctl2Naksts
impl Sync for Diepctl2Naksts
impl Unpin for Diepctl2Naksts
impl UnwindSafe for Diepctl2Naksts
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)