Type Alias enet_sys::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 Copy for __sigset_t