#[repr(C)]pub struct vmeta_frame_v1_streaming_basic {
pub drone_attitude: vmeta_euler,
pub frame_quat: vmeta_quaternion,
pub camera_pan: f32,
pub camera_tilt: f32,
pub exposure_time: f32,
pub gain: u16,
pub wifi_rssi: i8,
pub battery_percentage: u8,
}
Fields§
§drone_attitude: vmeta_euler
§frame_quat: vmeta_quaternion
§camera_pan: f32
§camera_tilt: f32
§exposure_time: f32
§gain: u16
§wifi_rssi: i8
§battery_percentage: u8
Trait Implementations§
Source§impl Clone for vmeta_frame_v1_streaming_basic
impl Clone for vmeta_frame_v1_streaming_basic
Source§fn clone(&self) -> vmeta_frame_v1_streaming_basic
fn clone(&self) -> vmeta_frame_v1_streaming_basic
Returns a copy 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 moreimpl Copy for vmeta_frame_v1_streaming_basic
Auto Trait Implementations§
impl Freeze for vmeta_frame_v1_streaming_basic
impl RefUnwindSafe for vmeta_frame_v1_streaming_basic
impl Send for vmeta_frame_v1_streaming_basic
impl Sync for vmeta_frame_v1_streaming_basic
impl Unpin for vmeta_frame_v1_streaming_basic
impl UnwindSafe for vmeta_frame_v1_streaming_basic
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