#[repr(u8)]pub enum SmartDmaD {
SMART_DMA_D_0 = 0,
SMART_DMA_D_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
SMART_DMA_D_0 = 0
RAMX0: alias space is disabled.
SMART_DMA_D_1 = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for SmartDmaD
impl Ord for SmartDmaD
Source§impl PartialOrd for SmartDmaD
impl PartialOrd for SmartDmaD
impl Copy for SmartDmaD
impl Eq for SmartDmaD
impl StructuralPartialEq for SmartDmaD
Auto Trait Implementations§
impl Freeze for SmartDmaD
impl RefUnwindSafe for SmartDmaD
impl Send for SmartDmaD
impl Sync for SmartDmaD
impl Unpin for SmartDmaD
impl UnwindSafe for SmartDmaD
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