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