Struct libc::sigevent
#[repr(C)]
pub struct sigevent {
pub sigev_value: ::sigval,
pub sigev_signo: ::c_int,
pub sigev_notify: ::c_int,
pub sigev_notify_thread_id: ::c_int,
/* some fields hidden */
}
Fields
pub sigev_value: ::sigval
pub sigev_signo: ::c_int
pub sigev_notify: ::c_int
pub sigev_notify_thread_id: ::c_int
Trait Implementations
impl Debug for sigevent
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Result
impl Hash for sigevent
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)
Auto Trait Implementations
impl RefUnwindSafe for sigevent
impl UnwindSafe for sigevent
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T