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: ::sigvalpub sigev_signo: ::c_intpub sigev_notify: ::c_intpub sigev_notify_thread_id: ::c_intTrait Implementations
impl Debug for sigevent
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Hash for sigevent
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)Auto Trait Implementations
impl RefUnwindSafe for sigeventimpl UnwindSafe for sigeventBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T