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