pub struct PreemptionSnapshot { /* private fields */ }Expand description
Snapshot of one architecture-selected preemption state.
Implementations§
Trait Implementations§
Source§impl Clone for PreemptionSnapshot
impl Clone for PreemptionSnapshot
Source§fn clone(&self) -> PreemptionSnapshot
fn clone(&self) -> PreemptionSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PreemptionSnapshot
Source§impl Debug for PreemptionSnapshot
impl Debug for PreemptionSnapshot
impl Eq for PreemptionSnapshot
Source§impl PartialEq for PreemptionSnapshot
impl PartialEq for PreemptionSnapshot
impl StructuralPartialEq for PreemptionSnapshot
Auto Trait Implementations§
impl Freeze for PreemptionSnapshot
impl RefUnwindSafe for PreemptionSnapshot
impl Send for PreemptionSnapshot
impl Sync for PreemptionSnapshot
impl Unpin for PreemptionSnapshot
impl UnsafeUnpin for PreemptionSnapshot
impl UnwindSafe for PreemptionSnapshot
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