#[repr(transparent)]pub struct GlbRstClr(pub u32);Expand description
Peripheral Reset Control Clear 0
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for GlbRstClr
impl Eq for GlbRstClr
impl StructuralPartialEq for GlbRstClr
Auto Trait Implementations§
impl Freeze for GlbRstClr
impl RefUnwindSafe for GlbRstClr
impl Send for GlbRstClr
impl Sync for GlbRstClr
impl Unpin for GlbRstClr
impl UnwindSafe for GlbRstClr
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