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