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