Struct libc::thread_standard_policy
source · #[repr(C)]pub struct thread_standard_policy {
pub no_data: natural_t,
}
Fields§
§no_data: natural_t
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 ==
.impl Copy for thread_standard_policy
impl Eq for thread_standard_policy
impl StructuralEq for thread_standard_policy
impl StructuralPartialEq for thread_standard_policy
Auto Trait Implementations§
impl RefUnwindSafe for thread_standard_policy
impl Send for thread_standard_policy
impl Sync for thread_standard_policy
impl Unpin for thread_standard_policy
impl UnwindSafe for thread_standard_policy
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