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