#[repr(C, packed)]pub struct __mavlink_request_data_stream_t {
pub req_message_rate: u16,
pub target_system: u8,
pub target_component: u8,
pub req_stream_id: u8,
pub start_stop: u8,
}
Fields§
§req_message_rate: u16
§target_system: u8
§target_component: u8
§req_stream_id: u8
§start_stop: u8
Trait Implementations§
source§impl Clone for __mavlink_request_data_stream_t
impl Clone for __mavlink_request_data_stream_t
source§fn clone(&self) -> __mavlink_request_data_stream_t
fn clone(&self) -> __mavlink_request_data_stream_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 moresource§impl Default for __mavlink_request_data_stream_t
impl Default for __mavlink_request_data_stream_t
source§fn default() -> __mavlink_request_data_stream_t
fn default() -> __mavlink_request_data_stream_t
Returns the “default value” for a type. Read more