Struct sigset_t
libc
#[repr(C)] pub struct sigset_t { /* fields omitted */ }
impl Copy for sigset_t
impl Clone for sigset_t
fn clone(&self) -> sigset_t
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
source
impl Send for sigset_t
impl Sync for sigset_t