pub struct SchedContext;Expand description
Corresponds to the scheduling context capability type (MCS only).
Trait Implementations§
Source§impl CapTypeForObject for SchedContext
impl CapTypeForObject for SchedContext
fn object_type() -> ObjectType
Source§impl CapTypeForObjectOfVariableSize for SchedContext
impl CapTypeForObjectOfVariableSize for SchedContext
fn object_blueprint(size_bits: usize) -> ObjectBlueprint
Source§impl Clone for SchedContext
impl Clone for SchedContext
Source§fn clone(&self) -> SchedContext
fn clone(&self) -> SchedContext
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchedContext
impl Debug for SchedContext
Source§impl Hash for SchedContext
impl Hash for SchedContext
Source§impl Ord for SchedContext
impl Ord for SchedContext
Source§impl PartialEq for SchedContext
impl PartialEq for SchedContext
Source§impl PartialOrd for SchedContext
impl PartialOrd for SchedContext
Source§fn partial_cmp(&self, other: &SchedContext) -> Option<Ordering>
fn partial_cmp(&self, other: &SchedContext) -> Option<Ordering>
impl Copy for SchedContext
impl Eq for SchedContext
impl StructuralPartialEq for SchedContext
Auto Trait Implementations§
impl Freeze for SchedContext
impl RefUnwindSafe for SchedContext
impl Send for SchedContext
impl Sync for SchedContext
impl Unpin for SchedContext
impl UnsafeUnpin for SchedContext
impl UnwindSafe for SchedContext
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)