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