pub struct FrameRecover {
pub app_platform: Option<Platform>,
pub app_version: String,
pub aircraft_name: String,
pub aircraft_sn: String,
pub camera_sn: String,
pub rc_sn: String,
pub battery_sn: String,
}Fields§
§app_platform: Option<Platform>The platform of the app used (e.g., iOS, Android)
app_version: StringVersion of the app used
aircraft_name: StringName of the aircraft
aircraft_sn: StringSerial number of the aircraft
camera_sn: String§rc_sn: StringSerial number of the remote control
battery_sn: StringSerial number of the battery
Trait Implementations§
Source§impl Clone for FrameRecover
impl Clone for FrameRecover
Source§fn clone(&self) -> FrameRecover
fn clone(&self) -> FrameRecover
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 FrameRecover
impl Debug for FrameRecover
Source§impl Default for FrameRecover
impl Default for FrameRecover
Source§fn default() -> FrameRecover
fn default() -> FrameRecover
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FrameRecover
impl RefUnwindSafe for FrameRecover
impl Send for FrameRecover
impl Sync for FrameRecover
impl Unpin for FrameRecover
impl UnwindSafe for FrameRecover
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