pub enum SchedulerEventType {
ContextSwitch,
Preemption,
PreemptionOverride,
ThreadMigration,
PriorityChange,
AffinityChange,
}
Expand description
Scheduler event types.
Variants§
Trait Implementations§
Source§impl Clone for SchedulerEventType
impl Clone for SchedulerEventType
Source§fn clone(&self) -> SchedulerEventType
fn clone(&self) -> SchedulerEventType
Returns a duplicate 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 SchedulerEventType
impl Debug for SchedulerEventType
impl Copy for SchedulerEventType
Auto Trait Implementations§
impl Freeze for SchedulerEventType
impl RefUnwindSafe for SchedulerEventType
impl Send for SchedulerEventType
impl Sync for SchedulerEventType
impl Unpin for SchedulerEventType
impl UnwindSafe for SchedulerEventType
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