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