Type Alias libc::thread_extended_policy_data_t
source · pub type thread_extended_policy_data_t = thread_extended_policy;Aliased Type§
struct thread_extended_policy_data_t {
pub timeshare: i32,
}Fields§
Trait Implementations§
source§impl Clone for thread_extended_policy
impl Clone for thread_extended_policy
source§fn clone(&self) -> thread_extended_policy
fn clone(&self) -> thread_extended_policy
Returns a copy 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 more