#[repr(u8)]pub enum Doepctl14Naksts {
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 Doepctl14Naksts
impl Clone for Doepctl14Naksts
Source§fn clone(&self) -> Doepctl14Naksts
fn clone(&self) -> Doepctl14Naksts
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 Doepctl14Naksts
impl Debug for Doepctl14Naksts
Source§impl From<Doepctl14Naksts> for u8
impl From<Doepctl14Naksts> for u8
Source§fn from(val: Doepctl14Naksts) -> u8
fn from(val: Doepctl14Naksts) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Doepctl14Naksts
impl From<u8> for Doepctl14Naksts
Source§fn from(val: u8) -> Doepctl14Naksts
fn from(val: u8) -> Doepctl14Naksts
Converts to this type from the input type.
Source§impl Ord for Doepctl14Naksts
impl Ord for Doepctl14Naksts
Source§fn cmp(&self, other: &Doepctl14Naksts) -> Ordering
fn cmp(&self, other: &Doepctl14Naksts) -> 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 Doepctl14Naksts
impl PartialEq for Doepctl14Naksts
Source§impl PartialOrd for Doepctl14Naksts
impl PartialOrd for Doepctl14Naksts
impl Copy for Doepctl14Naksts
impl Eq for Doepctl14Naksts
impl StructuralPartialEq for Doepctl14Naksts
Auto Trait Implementations§
impl Freeze for Doepctl14Naksts
impl RefUnwindSafe for Doepctl14Naksts
impl Send for Doepctl14Naksts
impl Sync for Doepctl14Naksts
impl Unpin for Doepctl14Naksts
impl UnwindSafe for Doepctl14Naksts
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)