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