#[repr(C, packed)]pub struct __mavlink_terrain_check_t {
pub lat: i32,
pub lon: i32,
}
Fields§
§lat: i32
§lon: i32
Trait Implementations§
source§impl Clone for __mavlink_terrain_check_t
impl Clone for __mavlink_terrain_check_t
source§fn clone(&self) -> __mavlink_terrain_check_t
fn clone(&self) -> __mavlink_terrain_check_t
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 __mavlink_terrain_check_t
impl Debug for __mavlink_terrain_check_t
source§impl Default for __mavlink_terrain_check_t
impl Default for __mavlink_terrain_check_t
source§fn default() -> __mavlink_terrain_check_t
fn default() -> __mavlink_terrain_check_t
Returns the “default value” for a type. Read more