#[repr(C)]pub struct SchedAttr { /* private fields */ }
Expand description
A copy of the Linux kernel’s sched_attr type.
This structure can be used directly with the C api and is supposed to be fully-compatible.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchedAttr
impl RefUnwindSafe for SchedAttr
impl Send for SchedAttr
impl Sync for SchedAttr
impl Unpin for SchedAttr
impl UnwindSafe for SchedAttr
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