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