Enum vlc::sys::libvlc_video_adjust_option [] [src]

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

Variants

Trait Implementations

impl Clone for VideoAdjustOption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for VideoAdjustOption
[src]

impl Debug for VideoAdjustOption
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations