Struct mavlink::common::FLIGHT_INFORMATION_DATA
source · pub struct FLIGHT_INFORMATION_DATA {
pub arming_time_utc: u64,
pub takeoff_time_utc: u64,
pub flight_uuid: u64,
pub time_boot_ms: u32,
}
Available on crate feature
common
only.Expand description
id: 264 Information about flight since last arming. This can be requested using MAV_CMD_REQUEST_MESSAGE..
Fields§
§arming_time_utc: u64
Timestamp at arming (time since UNIX epoch) in UTC, 0 for unknown.
takeoff_time_utc: u64
Timestamp at takeoff (time since UNIX epoch) in UTC, 0 for unknown.
flight_uuid: u64
Universally unique identifier (UUID) of flight, should correspond to name of log files.
time_boot_ms: u32
Timestamp (time since system boot)..
Implementations§
source§impl FLIGHT_INFORMATION_DATA
impl FLIGHT_INFORMATION_DATA
pub const ENCODED_LEN: usize = 28usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for FLIGHT_INFORMATION_DATA
impl Clone for FLIGHT_INFORMATION_DATA
source§fn clone(&self) -> FLIGHT_INFORMATION_DATA
fn clone(&self) -> FLIGHT_INFORMATION_DATA
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 moresource§impl Debug for FLIGHT_INFORMATION_DATA
impl Debug for FLIGHT_INFORMATION_DATA
source§impl Default for FLIGHT_INFORMATION_DATA
impl Default for FLIGHT_INFORMATION_DATA
source§impl<'de> Deserialize<'de> for FLIGHT_INFORMATION_DATA
impl<'de> Deserialize<'de> for FLIGHT_INFORMATION_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for FLIGHT_INFORMATION_DATA
impl MessageData for FLIGHT_INFORMATION_DATA
const ID: u32 = 264u32
const NAME: &'static str = "FLIGHT_INFORMATION"
const EXTRA_CRC: u8 = 49u8
const ENCODED_LEN: usize = 28usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
source§impl PartialEq for FLIGHT_INFORMATION_DATA
impl PartialEq for FLIGHT_INFORMATION_DATA
source§impl Serialize for FLIGHT_INFORMATION_DATA
impl Serialize for FLIGHT_INFORMATION_DATA
impl StructuralPartialEq for FLIGHT_INFORMATION_DATA
Auto Trait Implementations§
impl Freeze for FLIGHT_INFORMATION_DATA
impl RefUnwindSafe for FLIGHT_INFORMATION_DATA
impl Send for FLIGHT_INFORMATION_DATA
impl Sync for FLIGHT_INFORMATION_DATA
impl Unpin for FLIGHT_INFORMATION_DATA
impl UnwindSafe for FLIGHT_INFORMATION_DATA
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)