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