#[repr(transparent)]pub struct DinSwReset(pub u32);Expand description
Reset the DIN DMA engine.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for DinSwReset
impl Clone for DinSwReset
Source§fn clone(&self) -> DinSwReset
fn clone(&self) -> DinSwReset
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DinSwReset
impl Debug for DinSwReset
Source§impl Default for DinSwReset
impl Default for DinSwReset
Source§fn default() -> DinSwReset
fn default() -> DinSwReset
Returns the “default value” for a type. Read more
Source§impl PartialEq for DinSwReset
impl PartialEq for DinSwReset
impl Copy for DinSwReset
impl Eq for DinSwReset
impl StructuralPartialEq for DinSwReset
Auto Trait Implementations§
impl Freeze for DinSwReset
impl RefUnwindSafe for DinSwReset
impl Send for DinSwReset
impl Sync for DinSwReset
impl Unpin for DinSwReset
impl UnwindSafe for DinSwReset
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