Struct sbi_rt::SystemFailure
source · pub struct SystemFailure;
Expand description
System failure as a reset reason.
Trait Implementations§
source§impl Clone for SystemFailure
impl Clone for SystemFailure
source§fn clone(&self) -> SystemFailure
fn clone(&self) -> SystemFailure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SystemFailure
impl Debug for SystemFailure
source§impl ResetReason for SystemFailure
impl ResetReason for SystemFailure
impl Copy for SystemFailure
Auto Trait Implementations§
impl RefUnwindSafe for SystemFailure
impl Send for SystemFailure
impl Sync for SystemFailure
impl Unpin for SystemFailure
impl UnwindSafe for SystemFailure
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