#[repr(transparent)]pub struct Runstatus(pub u32);
Expand description
Run status
Tuple Fields§
§0: u32
Implementations§
Source§impl Runstatus
impl Runstatus
Sourcepub const fn runstatuswdt(&self) -> bool
pub const fn runstatuswdt(&self) -> bool
Indicates whether or not WDT is running
Sourcepub fn set_runstatuswdt(&mut self, val: bool)
pub fn set_runstatuswdt(&mut self, val: bool)
Indicates whether or not WDT is running
Trait Implementations§
impl Copy for Runstatus
impl Eq for Runstatus
impl StructuralPartialEq for Runstatus
Auto Trait Implementations§
impl Freeze for Runstatus
impl RefUnwindSafe for Runstatus
impl Send for Runstatus
impl Sync for Runstatus
impl Unpin for Runstatus
impl UnwindSafe for Runstatus
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)