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