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