[][src]Struct tmux_plugin::tmux::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 Copy for event[src]

impl Clone for event[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for event

impl !Sync for event

Blanket Implementations

impl<T, U> Into 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> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

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

The type returned in the event of a conversion error.