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