Enum vlc::VideoAdjustOption[][src]

#[repr(C)]
pub enum VideoAdjustOption { Enable, Contrast, Brightness, Hue, Saturation, Gamma, }

Variants

Trait Implementations

impl Clone for VideoAdjustOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VideoAdjustOption
[src]

impl Debug for VideoAdjustOption
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations