#[repr(C)]struct siginfo_f {
_siginfo_base: [c_int; 3],
sifields: sifields,
}
Fields§
§_siginfo_base: [c_int; 3]
§sifields: sifields
Auto Trait Implementations§
impl Freeze for siginfo_f
impl RefUnwindSafe for siginfo_f
impl !Send for siginfo_f
impl !Sync for siginfo_f
impl Unpin for siginfo_f
impl UnwindSafe for siginfo_f
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