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