pub type thread_background_policy_data_t = thread_background_policy;

Aliased Type§

struct thread_background_policy_data_t {
    pub priority: i32,
}

Fields§

§priority: i32

Trait Implementations§

source§

impl Clone for thread_background_policy

source§

fn clone(&self) -> thread_background_policy

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for thread_background_policy