pub struct Reset;
Expand description
System Reset extension.
Trait Implementations§
source§impl Extension for Reset
impl Extension for Reset
source§fn extension_id(&self) -> usize
fn extension_id(&self) -> usize
Get a raw
extension_id
value to pass to SBI environment.impl Copy for Reset
Auto Trait Implementations§
impl RefUnwindSafe for Reset
impl Send for Reset
impl Sync for Reset
impl Unpin for Reset
impl UnwindSafe for Reset
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