#[repr(C)]pub struct thread_throughput_qos_policy {
pub thread_throughput_qos_tier: i32,
}
Fields§
§thread_throughput_qos_tier: i32
Trait Implementations§
Source§impl Clone for thread_throughput_qos_policy
impl Clone for thread_throughput_qos_policy
Source§fn clone(&self) -> thread_throughput_qos_policy
fn clone(&self) -> thread_throughput_qos_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_throughput_qos_policy
impl Debug for thread_throughput_qos_policy
Source§impl Hash for thread_throughput_qos_policy
impl Hash for thread_throughput_qos_policy
Source§impl PartialEq for thread_throughput_qos_policy
impl PartialEq for thread_throughput_qos_policy
Source§fn eq(&self, other: &thread_throughput_qos_policy) -> bool
fn eq(&self, other: &thread_throughput_qos_policy) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for thread_throughput_qos_policy
impl Eq for thread_throughput_qos_policy
impl StructuralPartialEq for thread_throughput_qos_policy
Auto Trait Implementations§
impl Freeze for thread_throughput_qos_policy
impl RefUnwindSafe for thread_throughput_qos_policy
impl Send for thread_throughput_qos_policy
impl Sync for thread_throughput_qos_policy
impl Unpin for thread_throughput_qos_policy
impl UnwindSafe for thread_throughput_qos_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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more