Struct kernel_sigaction

struct kernel_sigaction { ... }

Fields

sa_handler_kernel: __kernel_sighandler_t
sa_flags: c_ulong
sa_restorer: __sigrestore_t
sa_mask: kernel_sigset_t

Implementations

impl Clone for kernel_sigaction

fn clone(self: &Self) -> kernel_sigaction

impl Copy for kernel_sigaction

impl Debug for kernel_sigaction

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Freeze for kernel_sigaction

impl RefUnwindSafe for kernel_sigaction

impl Send for kernel_sigaction

impl Sync for kernel_sigaction

impl Unpin for kernel_sigaction

impl UnsafeUnpin for kernel_sigaction

impl UnwindSafe for kernel_sigaction

impl<T> Any for kernel_sigaction

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for kernel_sigaction

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for kernel_sigaction

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for kernel_sigaction

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for kernel_sigaction

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for kernel_sigaction

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for kernel_sigaction

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for kernel_sigaction

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>