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