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