Struct sbi_rt::NonRetentive
source · pub struct NonRetentive;
Expand description
Default non-retentive hart suspension.
Trait Implementations§
source§impl Clone for NonRetentive
impl Clone for NonRetentive
source§fn clone(&self) -> NonRetentive
fn clone(&self) -> NonRetentive
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 NonRetentive
impl Debug for NonRetentive
source§impl SuspendType for NonRetentive
impl SuspendType for NonRetentive
impl Copy for NonRetentive
Auto Trait Implementations§
impl RefUnwindSafe for NonRetentive
impl Send for NonRetentive
impl Sync for NonRetentive
impl Unpin for NonRetentive
impl UnwindSafe for NonRetentive
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