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