Struct libc::thread_latency_qos_policy
source · #[repr(C)]pub struct thread_latency_qos_policy {
pub thread_latency_qos_tier: thread_latency_qos_t,
}
Fields§
§thread_latency_qos_tier: thread_latency_qos_t
Trait Implementations§
source§impl Clone for thread_latency_qos_policy
impl Clone for thread_latency_qos_policy
source§fn clone(&self) -> thread_latency_qos_policy
fn clone(&self) -> thread_latency_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 moreimpl Copy for thread_latency_qos_policy
Auto Trait Implementations§
impl RefUnwindSafe for thread_latency_qos_policy
impl Send for thread_latency_qos_policy
impl Sync for thread_latency_qos_policy
impl Unpin for thread_latency_qos_policy
impl UnwindSafe for thread_latency_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