#[repr(transparent)]pub struct Dma0ReqEna(pub u32);Expand description
Enable DMA0 requests
Tuple Fields§
§0: u32Implementations§
Source§impl Dma0ReqEna
impl Dma0ReqEna
Trait Implementations§
Source§impl Clone for Dma0ReqEna
impl Clone for Dma0ReqEna
Source§fn clone(&self) -> Dma0ReqEna
fn clone(&self) -> Dma0ReqEna
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 Dma0ReqEna
impl Debug for Dma0ReqEna
Source§impl Default for Dma0ReqEna
impl Default for Dma0ReqEna
Source§fn default() -> Dma0ReqEna
fn default() -> Dma0ReqEna
Returns the “default value” for a type. Read more
Source§impl PartialEq for Dma0ReqEna
impl PartialEq for Dma0ReqEna
impl Copy for Dma0ReqEna
impl Eq for Dma0ReqEna
impl StructuralPartialEq for Dma0ReqEna
Auto Trait Implementations§
impl Freeze for Dma0ReqEna
impl RefUnwindSafe for Dma0ReqEna
impl Send for Dma0ReqEna
impl Sync for Dma0ReqEna
impl Unpin for Dma0ReqEna
impl UnwindSafe for Dma0ReqEna
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