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