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