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