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) -> TReturns the argument unchanged.
impl<T, U> Into for __sifields
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 __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>