Enum blackmagic_camera_control::command::Lens [−][src]
pub enum Lens {
Focus(f32),
InstantaneousAutofocus,
ApertureFStop(f32),
ApertureNormalised(f32),
ApertureOrdinal(i16),
InstantaneousAutoAperture,
OpticalImageStabilisation,
SetAbsoluteZoomMm(i16),
SetAbsoluteZoomNormalised(f32),
SetContinuousZoomSpeed(f32),
}Variants
Focus(f32)Tuple Fields of Focus
0: f32ApertureFStop(f32)Tuple Fields of ApertureFStop
0: f32ApertureNormalised(f32)Tuple Fields of ApertureNormalised
0: f32ApertureOrdinal(i16)Tuple Fields of ApertureOrdinal
0: i16SetAbsoluteZoomMm(i16)Tuple Fields of SetAbsoluteZoomMm
0: i16SetAbsoluteZoomNormalised(f32)Tuple Fields of SetAbsoluteZoomNormalised
0: f32SetContinuousZoomSpeed(f32)Tuple Fields of SetContinuousZoomSpeed
0: f32Trait 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 Lens
impl UnwindSafe for Lens
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.