Struct thread_priority::unix::SchedAttr
source · [−]#[repr(C)]pub struct SchedAttr { /* private fields */ }Expand description
Copy of the Linux kernel’s sched_attr type
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SchedAttr
impl Send for SchedAttr
impl Sync for SchedAttr
impl Unpin for SchedAttr
impl UnwindSafe for SchedAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more