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