Type Alias sigset_t

Source
pub type sigset_t = __sigset_t;

Aliased Type§

struct sigset_t {
    pub __val: [u64; 16],
}

Fields§

§__val: [u64; 16]

Trait Implementations

Source§

impl Clone for __sigset_t

Source§

fn clone(&self) -> __sigset_t

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for __sigset_t

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for __sigset_t