Type Alias libc::thread_precedence_policy_data_t
source · pub type thread_precedence_policy_data_t = thread_precedence_policy;Aliased Type§
struct thread_precedence_policy_data_t {
pub importance: i32,
}Fields§
§importance: i32Trait Implementations§
source§impl Clone for thread_precedence_policy
impl Clone for thread_precedence_policy
source§fn clone(&self) -> thread_precedence_policy
fn clone(&self) -> thread_precedence_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