Enum blackmagic_camera_control::command::Command [−][src]
pub enum Command {
Lens(Lens),
Video(Video),
Audio(Audio),
Output(Output),
Display(Display),
Tally(Tally),
Reference(Reference),
Configuration(Configuration),
ColorCorrection(ColorCorrection),
Media(Media),
PtzControl(PtzControl),
Metadata(Metadata),
}Variants
Lens(Lens)Tuple Fields of Lens
0: LensVideo(Video)Tuple Fields of Video
0: VideoAudio(Audio)Tuple Fields of Audio
0: AudioOutput(Output)Tuple Fields of Output
0: OutputDisplay(Display)Tuple Fields of Display
0: DisplayTally(Tally)Tuple Fields of Tally
0: TallyReference(Reference)Tuple Fields of Reference
0: ReferenceConfiguration(Configuration)Tuple Fields of Configuration
ColorCorrection(ColorCorrection)Tuple Fields of ColorCorrection
Media(Media)Tuple Fields of Media
0: MediaPtzControl(PtzControl)Tuple Fields of PtzControl
0: PtzControlMetadata(Metadata)Tuple Fields of Metadata
0: MetadataImplementations
Trait 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 Command
impl UnwindSafe for Command
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.