Struct mavlink::avssuas::AVSS_DRONE_POSITION_DATA
source · pub struct AVSS_DRONE_POSITION_DATA {
pub time_boot_ms: u32,
pub lat: i32,
pub lon: i32,
pub alt: i32,
pub ground_alt: f32,
pub barometer_alt: f32,
}
Available on crate feature
avssuas
only.Expand description
id: 60051 Drone position..
Fields§
§time_boot_ms: u32
Timestamp (time since FC boot)..
lat: i32
Latitude, expressed.
lon: i32
Longitude, expressed.
alt: i32
Altitude (MSL). Note that virtually all GPS modules provide both WGS84 and MSL..
ground_alt: f32
Altitude above ground, This altitude is measured by a ultrasound, Laser rangefinder or millimeter-wave radar.
barometer_alt: f32
This altitude is measured by a barometer.
Implementations§
source§impl AVSS_DRONE_POSITION_DATA
impl AVSS_DRONE_POSITION_DATA
pub const ENCODED_LEN: usize = 24usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for AVSS_DRONE_POSITION_DATA
impl Clone for AVSS_DRONE_POSITION_DATA
source§fn clone(&self) -> AVSS_DRONE_POSITION_DATA
fn clone(&self) -> AVSS_DRONE_POSITION_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 AVSS_DRONE_POSITION_DATA
impl Debug for AVSS_DRONE_POSITION_DATA
source§impl Default for AVSS_DRONE_POSITION_DATA
impl Default for AVSS_DRONE_POSITION_DATA
source§impl<'de> Deserialize<'de> for AVSS_DRONE_POSITION_DATA
impl<'de> Deserialize<'de> for AVSS_DRONE_POSITION_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 AVSS_DRONE_POSITION_DATA
impl MessageData for AVSS_DRONE_POSITION_DATA
const ID: u32 = 60_051u32
const NAME: &'static str = "AVSS_DRONE_POSITION"
const EXTRA_CRC: u8 = 245u8
const ENCODED_LEN: usize = 24usize
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 AVSS_DRONE_POSITION_DATA
impl PartialEq for AVSS_DRONE_POSITION_DATA
source§impl Serialize for AVSS_DRONE_POSITION_DATA
impl Serialize for AVSS_DRONE_POSITION_DATA
impl StructuralPartialEq for AVSS_DRONE_POSITION_DATA
Auto Trait Implementations§
impl Freeze for AVSS_DRONE_POSITION_DATA
impl RefUnwindSafe for AVSS_DRONE_POSITION_DATA
impl Send for AVSS_DRONE_POSITION_DATA
impl Sync for AVSS_DRONE_POSITION_DATA
impl Unpin for AVSS_DRONE_POSITION_DATA
impl UnwindSafe for AVSS_DRONE_POSITION_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
)