pub struct KernelJob {
pub id: u64,
pub name: String,
pub ternary_score: i8,
pub exact_priority: i32,
pub submitted_us: u64,
}Fields§
§id: u64§name: String§ternary_score: i8§exact_priority: i32§submitted_us: u64Trait Implementations§
impl Eq for KernelJob
Source§impl Ord for KernelJob
impl Ord for KernelJob
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Auto Trait Implementations§
impl Freeze for KernelJob
impl RefUnwindSafe for KernelJob
impl Send for KernelJob
impl Sync for KernelJob
impl Unpin for KernelJob
impl UnsafeUnpin for KernelJob
impl UnwindSafe for KernelJob
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