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