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