#[repr(C)]pub struct siginfo_t {
pub si_signo: c_int,
pub si_errno: c_int,
pub si_code: c_int,
#[doc(hidden)] pub _pad: [c_int; 29],
_align: [u64; 0],
}
Fields§
§si_signo: c_int
§si_errno: c_int
§si_code: c_int
§_pad: [c_int; 29]
👎Deprecated since 0.2.54: Please leave a comment on https://github.com/rust-lang/libc/pull/1316 if you’re using this field
§_align: [u64; 0]
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for siginfo_t
impl RefUnwindSafe for siginfo_t
impl Send for siginfo_t
impl Sync for siginfo_t
impl Unpin for siginfo_t
impl UnwindSafe for siginfo_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> SizedTypeProperties for T
impl<T> SizedTypeProperties for T
Source§#[doc(hidden)] const IS_ZST: bool = _
#[doc(hidden)] const IS_ZST: bool = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const LAYOUT: Layout = _
#[doc(hidden)] const LAYOUT: Layout = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)Source§#[doc(hidden)] const MAX_SLICE_LEN: usize = _
#[doc(hidden)] const MAX_SLICE_LEN: usize = _
🔬This is a nightly-only experimental API. (
sized_type_properties
)The largest safe length for a
[Self]
. Read more