Enum vlc::sys::libvlc_navigate_mode_t
[−]
[src]
#[repr(C)]pub enum libvlc_navigate_mode_t { libvlc_navigate_activate, libvlc_navigate_up, libvlc_navigate_down, libvlc_navigate_left, libvlc_navigate_right, }
Variants
Trait Implementations
impl Clone for libvlc_navigate_mode_t[src]
fn clone(&self) -> libvlc_navigate_mode_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