#[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,
/* private fields */
}
Fields§
§sigev_value: sigval
§sigev_signo: c_int
§sigev_notify: c_int
§sigev_notify_thread_id: c_int
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sigevent
impl RefUnwindSafe for sigevent
impl !Send for sigevent
impl !Sync for sigevent
impl Unpin for sigevent
impl UnwindSafe for sigevent
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 64 bytes