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