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