Struct kernel_sigset_t
struct kernel_sigset_t { ... }
Fields
sig: [c_ulong; 1]
Implementations
impl Clone for kernel_sigset_t
fn clone(self: &Self) -> kernel_sigset_t
impl Copy for kernel_sigset_t
impl Debug for kernel_sigset_t
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Freeze for kernel_sigset_t
impl RefUnwindSafe for kernel_sigset_t
impl Send for kernel_sigset_t
impl Sync for kernel_sigset_t
impl Unpin for kernel_sigset_t
impl UnsafeUnpin for kernel_sigset_t
impl UnwindSafe for kernel_sigset_t
impl<T> Any for kernel_sigset_t
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for kernel_sigset_t
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for kernel_sigset_t
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for kernel_sigset_t
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for kernel_sigset_t
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for kernel_sigset_t
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 kernel_sigset_t
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for kernel_sigset_t
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>