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