Struct sigaction
struct sigaction { ... }
Fields
sa_handler: __sighandler_tsa_flags: c_ulongsa_restorer: __sigrestore_tsa_mask: sigset_t
Implementations
impl Clone for sigaction
fn clone(self: &Self) -> sigaction
impl Copy for sigaction
impl Debug for sigaction
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for sigaction
impl RefUnwindSafe for sigaction
impl Send for sigaction
impl Sync for sigaction
impl Unpin for sigaction
impl UnsafeUnpin for sigaction
impl UnwindSafe for sigaction
impl<T> Any for sigaction
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for sigaction
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for sigaction
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for sigaction
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for sigaction
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for sigaction
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for sigaction
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for sigaction
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>