#[repr(C)]pub struct Struct_sigevent {
pub sigev_value: sigval_t,
pub sigev_signo: c_int,
pub sigev_notify: c_int,
pub _sigev_un: Union_Unnamed65,
}Fields§
§sigev_value: sigval_t§sigev_signo: c_int§sigev_notify: c_int§_sigev_un: Union_Unnamed65Trait Implementations§
Source§impl Clone for Struct_sigevent
impl Clone for Struct_sigevent
Source§impl Default for Struct_sigevent
impl Default for Struct_sigevent
impl Copy for Struct_sigevent
Auto Trait Implementations§
impl Freeze for Struct_sigevent
impl RefUnwindSafe for Struct_sigevent
impl Send for Struct_sigevent
impl Sync for Struct_sigevent
impl Unpin for Struct_sigevent
impl UnwindSafe for Struct_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