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