pub enum A8MiniSimpleCommand {
Show 32 variants
AutoCenter = 0,
RotateUp = 1,
RotateDown = 2,
RotateRight = 3,
RotateLeft = 4,
StopRotation = 5,
ZoomIn = 6,
ZoomOut = 7,
ZoomMax = 8,
MaxZoomInformation = 9,
FocusIn = 10,
FocusOut = 11,
TakePicture = 12,
RecordVideo = 13,
Rotate100100 = 14,
CameraInformation = 15,
AutoFocus = 16,
HardwareIDInformation = 17,
FirmwareVersionInformation = 18,
SetLockMode = 19,
SetFollowMode = 20,
SetFPVMode = 21,
AttitudeInformation = 22,
SetVideoOutputHDMI = 23,
SetVideoOutputCVBS = 24,
SetVideoOutputOff = 25,
LaserRangefinderInformation = 26,
RebootCamera = 27,
RebootGimbal = 28,
Resolution4k = 29,
Heartbeat = 30,
GimbalStatus = 31,
}Expand description
Enums for hardcoded simple commands.
Variants§
AutoCenter = 0
RotateUp = 1
RotateDown = 2
RotateRight = 3
RotateLeft = 4
StopRotation = 5
ZoomIn = 6
ZoomOut = 7
ZoomMax = 8
MaxZoomInformation = 9
FocusIn = 10
FocusOut = 11
TakePicture = 12
RecordVideo = 13
Rotate100100 = 14
CameraInformation = 15
AutoFocus = 16
HardwareIDInformation = 17
FirmwareVersionInformation = 18
SetLockMode = 19
SetFollowMode = 20
SetFPVMode = 21
AttitudeInformation = 22
SetVideoOutputHDMI = 23
SetVideoOutputCVBS = 24
SetVideoOutputOff = 25
LaserRangefinderInformation = 26
RebootCamera = 27
RebootGimbal = 28
Resolution4k = 29
Heartbeat = 30
GimbalStatus = 31
Trait Implementations§
Source§impl Clone for A8MiniSimpleCommand
impl Clone for A8MiniSimpleCommand
Source§fn clone(&self) -> A8MiniSimpleCommand
fn clone(&self) -> A8MiniSimpleCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for A8MiniSimpleCommand
impl Debug for A8MiniSimpleCommand
Source§impl PartialEq for A8MiniSimpleCommand
impl PartialEq for A8MiniSimpleCommand
impl Copy for A8MiniSimpleCommand
impl Eq for A8MiniSimpleCommand
impl StructuralPartialEq for A8MiniSimpleCommand
Auto Trait Implementations§
impl Freeze for A8MiniSimpleCommand
impl RefUnwindSafe for A8MiniSimpleCommand
impl Send for A8MiniSimpleCommand
impl Sync for A8MiniSimpleCommand
impl Unpin for A8MiniSimpleCommand
impl UnsafeUnpin for A8MiniSimpleCommand
impl UnwindSafe for A8MiniSimpleCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.