#[repr(transparent)]pub struct Ssrs(pub u32);Expand description
Sticky System Reset Status
Tuple Fields§
§0: u32Implementations§
Source§impl Ssrs
impl Ssrs
Sourcepub const fn set_wakeup(&mut self, val: bool)
pub const fn set_wakeup(&mut self, val: bool)
Wake-up Reset
Sourcepub const fn set_rstack(&mut self, val: bool)
pub const fn set_rstack(&mut self, val: bool)
Reset Timeout
Sourcepub const fn set_lockup(&mut self, val: bool)
pub const fn set_lockup(&mut self, val: bool)
Lockup Reset
Sourcepub const fn set_secvio(&mut self, val: bool)
pub const fn set_secvio(&mut self, val: bool)
Security Violation Reset
Sourcepub const fn set_tamper(&mut self, val: bool)
pub const fn set_tamper(&mut self, val: bool)
Tamper Reset
Trait Implementations§
impl Copy for Ssrs
impl Eq for Ssrs
impl StructuralPartialEq for Ssrs
Auto Trait Implementations§
impl Freeze for Ssrs
impl RefUnwindSafe for Ssrs
impl Send for Ssrs
impl Sync for Ssrs
impl Unpin for Ssrs
impl UnwindSafe for Ssrs
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