#[repr(C, packed)]pub struct __mavlink_gps_inject_data_t {
pub target_system: u8,
pub target_component: u8,
pub len: u8,
pub data: [u8; 110],
}
Fields§
§target_system: u8
§target_component: u8
§len: u8
§data: [u8; 110]
Trait Implementations§
source§impl Clone for __mavlink_gps_inject_data_t
impl Clone for __mavlink_gps_inject_data_t
source§fn clone(&self) -> __mavlink_gps_inject_data_t
fn clone(&self) -> __mavlink_gps_inject_data_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 more