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