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
impl Clone for __sigset_t
Source§fn clone(&self) -> __sigset_t
fn clone(&self) -> __sigset_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more