Union __sifields

union __sifields { ... }

Fields

_kill: __sifields__bindgen_ty_1
_timer: __sifields__bindgen_ty_2
_rt: __sifields__bindgen_ty_3
_sigchld: __sifields__bindgen_ty_4
_sigfault: __sifields__bindgen_ty_5
_sigpoll: __sifields__bindgen_ty_6
_sigsys: __sifields__bindgen_ty_7

Implementations

impl Clone for __sifields

fn clone(self: &Self) -> __sifields

impl Copy for __sifields

impl Freeze for __sifields

impl RefUnwindSafe for __sifields

impl Send for __sifields

impl Sync for __sifields

impl Unpin for __sifields

impl UnsafeUnpin for __sifields

impl UnwindSafe for __sifields

impl<T> Any for __sifields

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for __sifields

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

impl<T> BorrowMut for __sifields

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

impl<T> CloneToUninit for __sifields

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

impl<T> From for __sifields

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for __sifields

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 __sifields

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

impl<T, U> TryInto for __sifields

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