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