#[repr(C)]pub struct event {
pub ev_evcallback: event_callback,
pub ev_timeout_pos: event__bindgen_ty_1,
pub ev_fd: c_int,
pub ev_base: *mut event_base,
pub ev_: event__bindgen_ty_2,
pub ev_events: c_short,
pub ev_res: c_short,
pub ev_timeout: timeval,
}
Fields§
§ev_evcallback: event_callback
§ev_timeout_pos: event__bindgen_ty_1
§ev_fd: c_int
§ev_base: *mut event_base
§ev_: event__bindgen_ty_2
§ev_events: c_short
§ev_res: c_short
§ev_timeout: timeval
Trait Implementations§
Auto Trait Implementations§
impl Freeze for event
impl RefUnwindSafe for event
impl !Send for event
impl !Sync for event
impl Unpin for event
impl UnwindSafe for event
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