#[repr(C, packed)]pub struct __mavlink_log_data_t {
pub ofs: u32,
pub id: u16,
pub count: u8,
pub data: [u8; 90],
}
Fields§
§ofs: u32
§id: u16
§count: u8
§data: [u8; 90]
Trait Implementations§
source§impl Clone for __mavlink_log_data_t
impl Clone for __mavlink_log_data_t
source§fn clone(&self) -> __mavlink_log_data_t
fn clone(&self) -> __mavlink_log_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