Enum blackmagic_camera_control::command::Display [−][src]
pub enum Display {
Brightness(f32),
ExposureAndFocusTools,
ZebraLevel(f32),
PeakingLevel(f32),
ColorBarEnable(i8),
FocusAssist(Vec<i8>),
ProgramReturnFeedEnable(i8),
}Variants
Brightness(f32)Tuple Fields of Brightness
0: f32ZebraLevel(f32)Tuple Fields of ZebraLevel
0: f32PeakingLevel(f32)Tuple Fields of PeakingLevel
0: f32ColorBarEnable(i8)Tuple Fields of ColorBarEnable
0: i8ProgramReturnFeedEnable(i8)Tuple Fields of ProgramReturnFeedEnable
0: i8Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Display
impl UnwindSafe for Display
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Performs the conversion.
Performs the conversion.
Casts the value.
type Output = T
type Output = T
Should always be Self
Casts the value.
Casts the value.
Casts the value.