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