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