pub enum ElementSchedulingRole {
None,
ActiveQueue,
RunnableWorkSource,
ParkedWorkSource,
ReviewGate,
CompletionArchive,
Status,
Signals,
}Expand description
Scheduling relationship with the realtime queue.
Variants§
Trait Implementations§
Source§impl Clone for ElementSchedulingRole
impl Clone for ElementSchedulingRole
Source§fn clone(&self) -> ElementSchedulingRole
fn clone(&self) -> ElementSchedulingRole
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 ElementSchedulingRole
Source§impl Debug for ElementSchedulingRole
impl Debug for ElementSchedulingRole
impl Eq for ElementSchedulingRole
Source§impl PartialEq for ElementSchedulingRole
impl PartialEq for ElementSchedulingRole
Source§fn eq(&self, other: &ElementSchedulingRole) -> bool
fn eq(&self, other: &ElementSchedulingRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ElementSchedulingRole
Auto Trait Implementations§
impl Freeze for ElementSchedulingRole
impl RefUnwindSafe for ElementSchedulingRole
impl Send for ElementSchedulingRole
impl Sync for ElementSchedulingRole
impl Unpin for ElementSchedulingRole
impl UnsafeUnpin for ElementSchedulingRole
impl UnwindSafe for ElementSchedulingRole
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