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