sigset_t

Type Alias sigset_t 

Source
pub type sigset_t = u64;

Trait Implementations§

Source§

impl From<SigSet> for sigset_t

Source§

fn from(val: SigSet) -> Self

Converts to this type from the input type.