pub struct SchedulingContextInfo {
pub spec: SchedulingContextSpec,
pub remaining_budget_ns: u64,
pub identity: SchedulingContextIdentity,
pub state: SchedulingContextState,
pub binding: SchedulingContextBinding,
pub dispatch_effect: SchedulingContextDispatchEffect,
}Fields§
§spec: SchedulingContextSpec§remaining_budget_ns: u64§identity: SchedulingContextIdentity§state: SchedulingContextState§binding: SchedulingContextBinding§dispatch_effect: SchedulingContextDispatchEffectTrait Implementations§
Source§impl Clone for SchedulingContextInfo
impl Clone for SchedulingContextInfo
Source§fn clone(&self) -> SchedulingContextInfo
fn clone(&self) -> SchedulingContextInfo
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 moreSource§impl Debug for SchedulingContextInfo
impl Debug for SchedulingContextInfo
impl Eq for SchedulingContextInfo
Source§impl PartialEq for SchedulingContextInfo
impl PartialEq for SchedulingContextInfo
impl StructuralPartialEq for SchedulingContextInfo
Auto Trait Implementations§
impl Freeze for SchedulingContextInfo
impl RefUnwindSafe for SchedulingContextInfo
impl Send for SchedulingContextInfo
impl Sync for SchedulingContextInfo
impl Unpin for SchedulingContextInfo
impl UnsafeUnpin for SchedulingContextInfo
impl UnwindSafe for SchedulingContextInfo
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