Struct sbi_rt::WarmReboot
source · pub struct WarmReboot;
Expand description
Warm reboot as a reset type.
Trait Implementations§
source§impl Clone for WarmReboot
impl Clone for WarmReboot
source§fn clone(&self) -> WarmReboot
fn clone(&self) -> WarmReboot
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 WarmReboot
impl Debug for WarmReboot
source§impl ResetType for WarmReboot
impl ResetType for WarmReboot
impl Copy for WarmReboot
Auto Trait Implementations§
impl RefUnwindSafe for WarmReboot
impl Send for WarmReboot
impl Sync for WarmReboot
impl Unpin for WarmReboot
impl UnwindSafe for WarmReboot
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