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