pub enum CameraFocus {
Incident,
Leader,
Exciting,
Driver(i16),
}Expand description
irsdk_BroadcastCamSwitchPos or irsdk_BroadcastCamSwitchNum camera focus defines pass these in for the first parameter to select the ‘focus at’ types in the camera system.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CameraFocus
impl RefUnwindSafe for CameraFocus
impl Send for CameraFocus
impl Sync for CameraFocus
impl Unpin for CameraFocus
impl UnwindSafe for CameraFocus
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