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