Struct pgrx_pg_sys::__sigset_t
source · #[repr(C)]pub struct __sigset_t {
pub __val: [c_ulong; 16],
}
Fields§
§__val: [c_ulong; 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 moresource§impl Debug for __sigset_t
impl Debug for __sigset_t
source§impl Default for __sigset_t
impl Default for __sigset_t
source§fn default() -> __sigset_t
fn default() -> __sigset_t
Returns the “default value” for a type. Read more