Struct nix::sched::CpuSet  
                   
                       [−]
                   
               [src]
pub struct CpuSet { /* fields omitted */ }Methods
impl CpuSet[src]
fn new() -> CpuSet
fn is_set(&self, field: usize) -> Result<bool>
fn set(&mut self, field: usize) -> Result<()>
fn unset(&mut self, field: usize) -> Result<()>
Trait Implementations
impl Clone for CpuSet[src]
fn clone(&self) -> CpuSet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more