pub struct Sta;
Expand description
Steal-time Accounting extension.
Trait Implementations§
source§impl Extension for Sta
impl Extension for Sta
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 Sta
Auto Trait Implementations§
impl RefUnwindSafe for Sta
impl Send for Sta
impl Sync for Sta
impl Unpin for Sta
impl UnwindSafe for Sta
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