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