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