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