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