pub struct ResetImmediate;
Expand description
Reset immediately.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResetImmediate
impl RefUnwindSafe for ResetImmediate
impl Send for ResetImmediate
impl Sync for ResetImmediate
impl Unpin for ResetImmediate
impl UnwindSafe for ResetImmediate
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