Enum arducam_mega::SaturationLevel
source · #[repr(u8)]
pub enum SaturationLevel {
Default,
PlusOne,
MinusOne,
PlusTwo,
MinusTwo,
PlusThree,
MinusThree,
}Expand description
Values to set the saturation of the camera
Variants§
Trait Implementations§
source§impl Clone for SaturationLevel
impl Clone for SaturationLevel
source§fn clone(&self) -> SaturationLevel
fn clone(&self) -> SaturationLevel
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 SaturationLevel
impl Debug for SaturationLevel
source§impl Default for SaturationLevel
impl Default for SaturationLevel
source§fn default() -> SaturationLevel
fn default() -> SaturationLevel
Returns the “default value” for a type. Read more