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

pub struct CpuSet {
    // some fields omitted
}

Methods

impl CpuSet

fn new() -> CpuSet

fn set(&mut self, field: usize)

fn unset(&mut self, field: usize)

Trait Implementations

Derived Implementations

impl Copy for CpuSet

impl Clone for CpuSet

fn clone(&self) -> CpuSet

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