#[repr(C)]pub struct __mlibc_sched_param {
pub __sched_priority: c_int,
}Fields§
§__sched_priority: c_intTrait Implementations§
Source§impl Clone for __mlibc_sched_param
impl Clone for __mlibc_sched_param
Source§fn clone(&self) -> __mlibc_sched_param
fn clone(&self) -> __mlibc_sched_param
Returns a duplicate 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 moreSource§impl Debug for __mlibc_sched_param
impl Debug for __mlibc_sched_param
Source§impl Default for __mlibc_sched_param
impl Default for __mlibc_sched_param
Source§fn default() -> __mlibc_sched_param
fn default() -> __mlibc_sched_param
Returns the “default value” for a type. Read more
impl Copy for __mlibc_sched_param
Auto Trait Implementations§
impl Freeze for __mlibc_sched_param
impl RefUnwindSafe for __mlibc_sched_param
impl Send for __mlibc_sched_param
impl StoreCopy for __mlibc_sched_param
impl Sync for __mlibc_sched_param
impl Unpin for __mlibc_sched_param
impl UnwindSafe for __mlibc_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