Type Alias libc::thread_standard_policy_data_t
source · pub type thread_standard_policy_data_t = thread_standard_policy;
Aliased Type§
struct thread_standard_policy_data_t {
pub no_data: u32,
}
Fields§
§no_data: u32
Trait Implementations§
source§impl Clone for thread_standard_policy
impl Clone for thread_standard_policy
source§fn clone(&self) -> thread_standard_policy
fn clone(&self) -> thread_standard_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 moresource§impl Debug for thread_standard_policy
impl Debug for thread_standard_policy
source§impl Hash for thread_standard_policy
impl Hash for thread_standard_policy
source§impl PartialEq<thread_standard_policy> for thread_standard_policy
impl PartialEq<thread_standard_policy> for thread_standard_policy
source§fn eq(&self, other: &thread_standard_policy) -> bool
fn eq(&self, other: &thread_standard_policy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.