#[repr(C)]pub struct thread_background_policy_t {
pub priority: integer_t,
}Fields§
§priority: integer_tTrait Implementations§
source§impl Clone for thread_background_policy_t
impl Clone for thread_background_policy_t
source§fn clone(&self) -> thread_background_policy_t
fn clone(&self) -> thread_background_policy_t
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_background_policy_t
impl Debug for thread_background_policy_t
impl Copy for thread_background_policy_t
Auto Trait Implementations§
impl RefUnwindSafe for thread_background_policy_t
impl Send for thread_background_policy_t
impl Sync for thread_background_policy_t
impl Unpin for thread_background_policy_t
impl UnwindSafe for thread_background_policy_t
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