Enum nix::sys::signal::SigmaskHow [−][src]
#[repr(i32)]pub enum SigmaskHow { SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK, }
Variants
SIG_BLOCKSIG_UNBLOCKSIG_SETMASK
Trait Implementations
impl Clone for SigmaskHow[src]
impl Clone for SigmaskHowfn clone(&self) -> SigmaskHow[src]
fn clone(&self) -> SigmaskHowReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for SigmaskHow[src]
impl Copy for SigmaskHowimpl PartialEq for SigmaskHow[src]
impl PartialEq for SigmaskHowAuto Trait Implementations
impl Send for SigmaskHow
impl Send for SigmaskHowimpl Sync for SigmaskHow
impl Sync for SigmaskHow