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

Trait Implementations

impl Clone for libvlc_event_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for libvlc_event_t
[src]

Auto Trait Implementations

impl !Send for libvlc_event_t

impl !Sync for libvlc_event_t