#[repr(C, packed)]pub struct __mavlink_v2_extension_t {
pub message_type: u16,
pub target_network: u8,
pub target_system: u8,
pub target_component: u8,
pub payload: [u8; 249],
}
Fields§
§message_type: u16
§target_network: u8
§target_system: u8
§target_component: u8
§payload: [u8; 249]
Trait Implementations§
source§impl Clone for __mavlink_v2_extension_t
impl Clone for __mavlink_v2_extension_t
source§fn clone(&self) -> __mavlink_v2_extension_t
fn clone(&self) -> __mavlink_v2_extension_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