#[repr(C)]pub struct sigevent__bindgen_ty_1__bindgen_ty_1 {
pub _function: Option<unsafe extern "C" fn(arg1: sigval_t)>,
pub _attribute: *mut pthread_attr_t,
}Fields§
§_function: Option<unsafe extern "C" fn(arg1: sigval_t)>§_attribute: *mut pthread_attr_tTrait Implementations§
impl Copy for sigevent__bindgen_ty_1__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for sigevent__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for sigevent__bindgen_ty_1__bindgen_ty_1
impl !Send for sigevent__bindgen_ty_1__bindgen_ty_1
impl !Sync for sigevent__bindgen_ty_1__bindgen_ty_1
impl Unpin for sigevent__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for sigevent__bindgen_ty_1__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