Enum blackmagic_camera_control::command::Video [−][src]
pub enum Video {
Show 17 variants
VideoMode(Vec<i8>),
GainUpToCamera49(i8),
ManualWhiteBalance(Vec<i16>),
SetAutoWb,
RestoreAutoWb,
ExposureUs(i32),
ExposureOrdinal(i16),
DynamicRangeMode(i8),
VideoSharpeningLevel(i8),
RecordingFormat(Vec<i16>),
SetAutoExposureMode(i8),
ShutterAngle(i32),
ShutterSpeed(i32),
Gain(i8),
Iso(i32),
DisplayLut(Vec<i8>),
NdFilter(Vec<f32>),
}Variants
GainUpToCamera49(i8)Tuple Fields of GainUpToCamera49
0: i8ExposureUs(i32)Tuple Fields of ExposureUs
0: i32ExposureOrdinal(i16)Tuple Fields of ExposureOrdinal
0: i16DynamicRangeMode(i8)Tuple Fields of DynamicRangeMode
0: i8VideoSharpeningLevel(i8)Tuple Fields of VideoSharpeningLevel
0: i8SetAutoExposureMode(i8)Tuple Fields of SetAutoExposureMode
0: i8ShutterAngle(i32)Tuple Fields of ShutterAngle
0: i32ShutterSpeed(i32)Tuple Fields of ShutterSpeed
0: i32Gain(i8)Tuple Fields of Gain
0: i8Iso(i32)Tuple Fields of Iso
0: i32Trait 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 Video
impl UnwindSafe for Video
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.