Struct openssl_sys::siginfo_t
source · [−]pub struct siginfo_t {
pub si_signo: i32,
pub si_errno: i32,
pub si_code: i32,
/* private fields */
}
Fields
si_signo: i32
si_errno: i32
si_code: i32
Implementations
Trait Implementations
impl Copy for siginfo_t
impl Eq for siginfo_t
impl StructuralEq for siginfo_t
impl StructuralPartialEq for siginfo_t
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more