Struct vlc::sys::libvlc_event_t
[−]
[src]
#[repr(C)]pub struct libvlc_event_t { pub _type: c_int, pub p_obj: *mut c_void, pub u: u, }
Fields
_type: c_int
p_obj: *mut c_void
u: u
Trait Implementations
impl Clone for libvlc_event_t[src]
fn clone(&self) -> libvlc_event_t[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more