Enum nix::sys::signal::SigmaskHow
[−]
[src]
#[repr(i32)]pub enum SigmaskHow { SIG_BLOCK, SIG_UNBLOCK, SIG_SETMASK, }
Variants
SIG_BLOCKSIG_UNBLOCKSIG_SETMASKTrait Implementations
impl Clone for SigmaskHow[src]
fn clone(&self) -> SigmaskHow
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