#[repr(u8)]pub enum Outtknepdismsk {
MASK = 0,
NOMASK = 1,
}Variants§
MASK = 0
Mask OUT Token Received when Endpoint Disabled Interrupt
NOMASK = 1
No OUT Token Received when Endpoint Disabled Interrupt Mask
Implementations§
Trait Implementations§
Source§impl Clone for Outtknepdismsk
impl Clone for Outtknepdismsk
Source§fn clone(&self) -> Outtknepdismsk
fn clone(&self) -> Outtknepdismsk
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 Outtknepdismsk
impl Debug for Outtknepdismsk
Source§impl From<Outtknepdismsk> for u8
impl From<Outtknepdismsk> for u8
Source§fn from(val: Outtknepdismsk) -> u8
fn from(val: Outtknepdismsk) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Outtknepdismsk
impl From<u8> for Outtknepdismsk
Source§fn from(val: u8) -> Outtknepdismsk
fn from(val: u8) -> Outtknepdismsk
Converts to this type from the input type.
Source§impl Ord for Outtknepdismsk
impl Ord for Outtknepdismsk
Source§fn cmp(&self, other: &Outtknepdismsk) -> Ordering
fn cmp(&self, other: &Outtknepdismsk) -> 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 Outtknepdismsk
impl PartialEq for Outtknepdismsk
Source§impl PartialOrd for Outtknepdismsk
impl PartialOrd for Outtknepdismsk
impl Copy for Outtknepdismsk
impl Eq for Outtknepdismsk
impl StructuralPartialEq for Outtknepdismsk
Auto Trait Implementations§
impl Freeze for Outtknepdismsk
impl RefUnwindSafe for Outtknepdismsk
impl Send for Outtknepdismsk
impl Sync for Outtknepdismsk
impl Unpin for Outtknepdismsk
impl UnwindSafe for Outtknepdismsk
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)