pub struct SMDM_AP_R(/* private fields */);
Expand description
Field SMDM_AP
reader - Sticky MDM-AP System Reset Request
Implementations§
Methods from Deref<Target = FieldReader<bool, SMDM_AP_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SMDM_AP_R
impl RefUnwindSafe for SMDM_AP_R
impl Send for SMDM_AP_R
impl Sync for SMDM_AP_R
impl Unpin for SMDM_AP_R
impl UnwindSafe for SMDM_AP_R
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