Struct sbi_rt::SuspendToRam
source · pub struct SuspendToRam;
Expand description
Suspend to RAM as sleep type.
Trait Implementations§
source§impl Clone for SuspendToRam
impl Clone for SuspendToRam
source§fn clone(&self) -> SuspendToRam
fn clone(&self) -> SuspendToRam
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 SuspendToRam
impl Debug for SuspendToRam
source§impl SleepType for SuspendToRam
impl SleepType for SuspendToRam
impl Copy for SuspendToRam
Auto Trait Implementations§
impl RefUnwindSafe for SuspendToRam
impl Send for SuspendToRam
impl Sync for SuspendToRam
impl Unpin for SuspendToRam
impl UnwindSafe for SuspendToRam
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