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