Struct cpu_set_t
libc::unix::notbsd::linux
#[repr(C)] pub struct cpu_set_t { bits: [u64; 16], }
bits: [u64; 16]
impl Copy for cpu_set_t
impl Clone for cpu_set_t
fn clone(&self) -> cpu_set_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for cpu_set_t
impl Sync for cpu_set_t