pub struct SchedControl;Expand description
Corresponds to seL4_SchedControl.
Trait Implementations§
Source§impl Clone for SchedControl
impl Clone for SchedControl
Source§fn clone(&self) -> SchedControl
fn clone(&self) -> SchedControl
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 SchedControl
impl Debug for SchedControl
Source§impl Hash for SchedControl
impl Hash for SchedControl
Source§impl Ord for SchedControl
impl Ord for SchedControl
Source§impl PartialEq for SchedControl
impl PartialEq for SchedControl
Source§impl PartialOrd for SchedControl
impl PartialOrd for SchedControl
Source§fn partial_cmp(&self, other: &SchedControl) -> Option<Ordering>
fn partial_cmp(&self, other: &SchedControl) -> Option<Ordering>
impl Copy for SchedControl
impl Eq for SchedControl
impl StructuralPartialEq for SchedControl
Auto Trait Implementations§
impl Freeze for SchedControl
impl RefUnwindSafe for SchedControl
impl Send for SchedControl
impl Sync for SchedControl
impl Unpin for SchedControl
impl UnsafeUnpin for SchedControl
impl UnwindSafe for SchedControl
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)