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