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