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