#[repr(C)]pub enum VideoAdjustOption {
Enable = 0,
Contrast = 1,
Brightness = 2,
Hue = 3,
Saturation = 4,
Gamma = 5,
}
Variants§
Trait Implementations§
Source§impl Clone for VideoAdjustOption
impl Clone for VideoAdjustOption
Source§fn clone(&self) -> VideoAdjustOption
fn clone(&self) -> VideoAdjustOption
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VideoAdjustOption
impl Debug for VideoAdjustOption
impl Copy for VideoAdjustOption
Auto Trait Implementations§
impl Freeze for VideoAdjustOption
impl RefUnwindSafe for VideoAdjustOption
impl Send for VideoAdjustOption
impl Sync for VideoAdjustOption
impl Unpin for VideoAdjustOption
impl UnwindSafe for VideoAdjustOption
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more