Struct libc::sigset_t [] [src]

pub struct sigset_t {
    // some fields omitted
}

Trait Implementations

impl Copy for sigset_t

impl Clone for sigset_t

fn clone(&self) -> sigset_t

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