Struct RunqueueId
pub struct RunqueueId(/* private fields */);
Available on crate feature
threading
only.Expand description
Runqueue number.
Implementations§
§impl RunqueueId
impl RunqueueId
pub const fn new(value: u8) -> RunqueueId
Trait Implementations§
§impl Clone for RunqueueId
impl Clone for RunqueueId
§fn clone(&self) -> RunqueueId
fn clone(&self) -> RunqueueId
Returns a copy 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 more§impl Debug for RunqueueId
impl Debug for RunqueueId
§impl Format for RunqueueId
impl Format for RunqueueId
§impl Ord for RunqueueId
impl Ord for RunqueueId
§impl PartialEq for RunqueueId
impl PartialEq for RunqueueId
§impl PartialOrd for RunqueueId
impl PartialOrd for RunqueueId
impl Copy for RunqueueId
impl Eq for RunqueueId
impl StructuralPartialEq for RunqueueId
Auto Trait Implementations§
impl Freeze for RunqueueId
impl RefUnwindSafe for RunqueueId
impl Send for RunqueueId
impl Sync for RunqueueId
impl Unpin for RunqueueId
impl UnwindSafe for RunqueueId
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