[][src]Struct libevent_sys::event

#[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_callbackev_timeout_pos: event__bindgen_ty_1ev_fd: c_intev_base: *mut event_baseev_: event__bindgen_ty_2ev_events: c_shortev_res: c_shortev_timeout: timeval

Trait Implementations

impl Clone for event[src]

impl Copy for event[src]

Auto Trait Implementations

impl RefUnwindSafe for event

impl !Send for event

impl !Sync for event

impl Unpin for event

impl UnwindSafe for event

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.