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