pub union sigevent__bindgen_ty_1 {
pub _pad: [c_int; 12],
pub _tid: __pid_t,
pub _sigev_thread: sigevent__bindgen_ty_1__bindgen_ty_1,
/* private fields */
}Fields§
§_pad: [c_int; 12]§_tid: __pid_t§_sigev_thread: sigevent__bindgen_ty_1__bindgen_ty_1Trait Implementations§
Source§impl Clone for sigevent__bindgen_ty_1
impl Clone for sigevent__bindgen_ty_1
impl Copy for sigevent__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for sigevent__bindgen_ty_1
impl RefUnwindSafe for sigevent__bindgen_ty_1
impl !Send for sigevent__bindgen_ty_1
impl !Sync for sigevent__bindgen_ty_1
impl Unpin for sigevent__bindgen_ty_1
impl UnwindSafe for sigevent__bindgen_ty_1
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