#[repr(C, packed)]pub struct __mavlink_serial_control_t {
pub baudrate: u32,
pub timeout: u16,
pub device: u8,
pub flags: u8,
pub count: u8,
pub data: [u8; 70],
}
Fields§
§baudrate: u32
§timeout: u16
§device: u8
§flags: u8
§count: u8
§data: [u8; 70]
Trait Implementations§
source§impl Clone for __mavlink_serial_control_t
impl Clone for __mavlink_serial_control_t
source§fn clone(&self) -> __mavlink_serial_control_t
fn clone(&self) -> __mavlink_serial_control_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