pub struct RstmgrAlertInfoCtrl;
Expand description
BitFields for the ALERT_INFO_CTRL register.
Implementations§
Auto Trait Implementations§
impl Freeze for RstmgrAlertInfoCtrl
impl RefUnwindSafe for RstmgrAlertInfoCtrl
impl Send for RstmgrAlertInfoCtrl
impl Sync for RstmgrAlertInfoCtrl
impl Unpin for RstmgrAlertInfoCtrl
impl UnwindSafe for RstmgrAlertInfoCtrl
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