#[repr(u8)]pub enum Ignorectloutdata0dis {
ENABLE_FIX = 0,
DISABLE_FIX = 1,
}Variants§
ENABLE_FIX = 0
Transaction Error reported when host sends DATA0 PID
DISABLE_FIX = 1
Transaction Error not reported when host sends DATA0 PID
Implementations§
Trait Implementations§
Source§impl Clone for Ignorectloutdata0dis
impl Clone for Ignorectloutdata0dis
Source§fn clone(&self) -> Ignorectloutdata0dis
fn clone(&self) -> Ignorectloutdata0dis
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 Ignorectloutdata0dis
impl Debug for Ignorectloutdata0dis
Source§impl From<Ignorectloutdata0dis> for u8
impl From<Ignorectloutdata0dis> for u8
Source§fn from(val: Ignorectloutdata0dis) -> u8
fn from(val: Ignorectloutdata0dis) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Ignorectloutdata0dis
impl From<u8> for Ignorectloutdata0dis
Source§fn from(val: u8) -> Ignorectloutdata0dis
fn from(val: u8) -> Ignorectloutdata0dis
Converts to this type from the input type.
Source§impl Ord for Ignorectloutdata0dis
impl Ord for Ignorectloutdata0dis
Source§fn cmp(&self, other: &Ignorectloutdata0dis) -> Ordering
fn cmp(&self, other: &Ignorectloutdata0dis) -> 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 Ignorectloutdata0dis
impl PartialEq for Ignorectloutdata0dis
Source§impl PartialOrd for Ignorectloutdata0dis
impl PartialOrd for Ignorectloutdata0dis
impl Copy for Ignorectloutdata0dis
impl Eq for Ignorectloutdata0dis
impl StructuralPartialEq for Ignorectloutdata0dis
Auto Trait Implementations§
impl Freeze for Ignorectloutdata0dis
impl RefUnwindSafe for Ignorectloutdata0dis
impl Send for Ignorectloutdata0dis
impl Sync for Ignorectloutdata0dis
impl Unpin for Ignorectloutdata0dis
impl UnwindSafe for Ignorectloutdata0dis
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)