pub struct ColdReboot;
Expand description
Cold reboot as a reset type.
Trait Implementations§
Source§impl Clone for ColdReboot
impl Clone for ColdReboot
Source§fn clone(&self) -> ColdReboot
fn clone(&self) -> ColdReboot
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 ColdReboot
impl Debug for ColdReboot
Source§impl ResetType for ColdReboot
impl ResetType for ColdReboot
impl Copy for ColdReboot
Auto Trait Implementations§
impl Freeze for ColdReboot
impl RefUnwindSafe for ColdReboot
impl Send for ColdReboot
impl Sync for ColdReboot
impl Unpin for ColdReboot
impl UnwindSafe for ColdReboot
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