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