Enum blackmagic_camera_control::command::Output [−][src]
pub enum Output {
OverlayEnables,
FrameGuidesStyleCamera3X(i8),
FrameGuidesOpacityCamera3X(f32),
OverlaysReplaces1And2AboveFromCameras40(Vec<i8>),
}Variants
FrameGuidesStyleCamera3X(i8)Tuple Fields of FrameGuidesStyleCamera3X
0: i8FrameGuidesOpacityCamera3X(f32)Tuple Fields of FrameGuidesOpacityCamera3X
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 Output
impl UnwindSafe for Output
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.