#[repr(C, packed)]pub struct __mavlink_uavcan_node_status_t {
pub time_usec: u64,
pub uptime_sec: u32,
pub vendor_specific_status_code: u16,
pub health: u8,
pub mode: u8,
pub sub_mode: u8,
}
Fields§
§time_usec: u64
§uptime_sec: u32
§vendor_specific_status_code: u16
§health: u8
§mode: u8
§sub_mode: u8
Trait Implementations§
source§impl Clone for __mavlink_uavcan_node_status_t
impl Clone for __mavlink_uavcan_node_status_t
source§fn clone(&self) -> __mavlink_uavcan_node_status_t
fn clone(&self) -> __mavlink_uavcan_node_status_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_uavcan_node_status_t
impl Default for __mavlink_uavcan_node_status_t
source§fn default() -> __mavlink_uavcan_node_status_t
fn default() -> __mavlink_uavcan_node_status_t
Returns the “default value” for a type. Read more