Struct nix::sched::CpuSet [] [src]

pub struct CpuSet {
    // some fields omitted
}

Methods

impl CpuSet
[src]

fn new() -> CpuSet

fn set(&mut self, field: usize)

fn unset(&mut self, field: usize)

Trait Implementations

impl Copy for CpuSet
[src]

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