#[repr(C)]pub struct CEvent {
pub _created: c_int,
pub _manual_reset: c_int,
pub _state: c_int,
pub __bindgen_padding_0: [u8; 4],
pub _mutex: pthread_mutex_t,
pub _cond: pthread_cond_t,
}Fields§
§_created: c_int§_manual_reset: c_int§_state: c_int§__bindgen_padding_0: [u8; 4]§_mutex: pthread_mutex_t§_cond: pthread_cond_tTrait Implementations§
impl Copy for CEvent
Auto Trait Implementations§
impl Freeze for CEvent
impl RefUnwindSafe for CEvent
impl !Send for CEvent
impl !Sync for CEvent
impl Unpin for CEvent
impl UnsafeUnpin for CEvent
impl UnwindSafe for CEvent
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