#[repr(C, packed)]pub struct __mavlink_param_ext_ack_t {
pub param_id: [c_char; 16],
pub param_value: [c_char; 128],
pub param_type: u8,
pub param_result: u8,
}
Fields§
§param_id: [c_char; 16]
§param_value: [c_char; 128]
§param_type: u8
§param_result: u8
Trait Implementations§
source§impl Clone for __mavlink_param_ext_ack_t
impl Clone for __mavlink_param_ext_ack_t
source§fn clone(&self) -> __mavlink_param_ext_ack_t
fn clone(&self) -> __mavlink_param_ext_ack_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