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