#[repr(u8)]pub enum AxbsLAhbxlHighPriority {
AXBS_L_AHBXL_HIGH_PRIORITY_0 = 0,
AXBS_L_AHBXL_HIGH_PRIORITY_1 = 1,
}Variants§
AXBS_L_AHBXL_HIGH_PRIORITY_0 = 0
AXBS_L AHBXL master does not have high priority
AXBS_L_AHBXL_HIGH_PRIORITY_1 = 1
AXBS_P AHBXL master has high priority
Implementations§
Trait Implementations§
Source§impl Clone for AxbsLAhbxlHighPriority
impl Clone for AxbsLAhbxlHighPriority
Source§fn clone(&self) -> AxbsLAhbxlHighPriority
fn clone(&self) -> AxbsLAhbxlHighPriority
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 AxbsLAhbxlHighPriority
impl Debug for AxbsLAhbxlHighPriority
Source§impl From<AxbsLAhbxlHighPriority> for u8
impl From<AxbsLAhbxlHighPriority> for u8
Source§fn from(val: AxbsLAhbxlHighPriority) -> u8
fn from(val: AxbsLAhbxlHighPriority) -> u8
Converts to this type from the input type.
Source§impl From<u8> for AxbsLAhbxlHighPriority
impl From<u8> for AxbsLAhbxlHighPriority
Source§fn from(val: u8) -> AxbsLAhbxlHighPriority
fn from(val: u8) -> AxbsLAhbxlHighPriority
Converts to this type from the input type.
Source§impl Ord for AxbsLAhbxlHighPriority
impl Ord for AxbsLAhbxlHighPriority
Source§fn cmp(&self, other: &AxbsLAhbxlHighPriority) -> Ordering
fn cmp(&self, other: &AxbsLAhbxlHighPriority) -> 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 AxbsLAhbxlHighPriority
impl PartialEq for AxbsLAhbxlHighPriority
Source§impl PartialOrd for AxbsLAhbxlHighPriority
impl PartialOrd for AxbsLAhbxlHighPriority
impl Copy for AxbsLAhbxlHighPriority
impl Eq for AxbsLAhbxlHighPriority
impl StructuralPartialEq for AxbsLAhbxlHighPriority
Auto Trait Implementations§
impl Freeze for AxbsLAhbxlHighPriority
impl RefUnwindSafe for AxbsLAhbxlHighPriority
impl Send for AxbsLAhbxlHighPriority
impl Sync for AxbsLAhbxlHighPriority
impl Unpin for AxbsLAhbxlHighPriority
impl UnwindSafe for AxbsLAhbxlHighPriority
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