Struct libc::thread_precedence_policy 
source · #[repr(C)]pub struct thread_precedence_policy {
    pub importance: integer_t,
}Fields§
§importance: integer_tTrait Implementations§
source§impl Clone for thread_precedence_policy
 
impl Clone for thread_precedence_policy
source§fn clone(&self) -> thread_precedence_policy
 
fn clone(&self) -> thread_precedence_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_precedence_policy
Auto Trait Implementations§
impl RefUnwindSafe for thread_precedence_policy
impl Send for thread_precedence_policy
impl Sync for thread_precedence_policy
impl Unpin for thread_precedence_policy
impl UnwindSafe for thread_precedence_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