Enum vlc::VideoAdjustOption
[−]
[src]
#[repr(C)]pub enum VideoAdjustOption { Enable, Contrast, Brightness, Hue, Saturation, Gamma, }
Variants
Enable
Contrast
Brightness
Hue
Saturation
Gamma
Trait Implementations
impl Clone for VideoAdjustOption
[src]
fn clone(&self) -> VideoAdjustOption
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more