#[repr(C)]pub struct Struct___sched_param {
pub __sched_priority: c_int,
}
Fields§
§__sched_priority: c_int
Trait Implementations§
Source§impl Clone for Struct___sched_param
impl Clone for Struct___sched_param
Source§impl Default for Struct___sched_param
impl Default for Struct___sched_param
impl Copy for Struct___sched_param
Auto Trait Implementations§
impl Freeze for Struct___sched_param
impl RefUnwindSafe for Struct___sched_param
impl Send for Struct___sched_param
impl Sync for Struct___sched_param
impl Unpin for Struct___sched_param
impl UnwindSafe for Struct___sched_param
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