Struct libc::thread_affinity_policy
source · #[repr(C)]pub struct thread_affinity_policy {
pub affinity_tag: integer_t,
}
Fields§
§affinity_tag: integer_t
Trait Implementations§
source§impl Clone for thread_affinity_policy
impl Clone for thread_affinity_policy
source§fn clone(&self) -> thread_affinity_policy
fn clone(&self) -> thread_affinity_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_affinity_policy
impl Debug for thread_affinity_policy
source§impl Hash for thread_affinity_policy
impl Hash for thread_affinity_policy
source§impl PartialEq<thread_affinity_policy> for thread_affinity_policy
impl PartialEq<thread_affinity_policy> for thread_affinity_policy
source§fn eq(&self, other: &thread_affinity_policy) -> bool
fn eq(&self, other: &thread_affinity_policy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for thread_affinity_policy
impl Eq for thread_affinity_policy
impl StructuralEq for thread_affinity_policy
impl StructuralPartialEq for thread_affinity_policy
Auto Trait Implementations§
impl RefUnwindSafe for thread_affinity_policy
impl Send for thread_affinity_policy
impl Sync for thread_affinity_policy
impl Unpin for thread_affinity_policy
impl UnwindSafe for thread_affinity_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