#[repr(C, packed(1))]pub struct __mavlink_sys_status_t {Show 13 fields
pub onboard_control_sensors_present: u32,
pub onboard_control_sensors_enabled: u32,
pub onboard_control_sensors_health: u32,
pub load: u16,
pub voltage_battery: u16,
pub current_battery: i16,
pub drop_rate_comm: u16,
pub errors_comm: u16,
pub errors_count1: u16,
pub errors_count2: u16,
pub errors_count3: u16,
pub errors_count4: u16,
pub battery_remaining: i8,
}
Fields§
§onboard_control_sensors_present: u32
§onboard_control_sensors_enabled: u32
§onboard_control_sensors_health: u32
§load: u16
§voltage_battery: u16
§current_battery: i16
§drop_rate_comm: u16
§errors_comm: u16
§errors_count1: u16
§errors_count2: u16
§errors_count3: u16
§errors_count4: u16
§battery_remaining: i8
Trait Implementations§
Source§impl Clone for __mavlink_sys_status_t
impl Clone for __mavlink_sys_status_t
Source§fn clone(&self) -> __mavlink_sys_status_t
fn clone(&self) -> __mavlink_sys_status_t
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for __mavlink_sys_status_t
impl Debug for __mavlink_sys_status_t
Source§impl Default for __mavlink_sys_status_t
impl Default for __mavlink_sys_status_t
Source§fn default() -> __mavlink_sys_status_t
fn default() -> __mavlink_sys_status_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_sys_status_t
Auto Trait Implementations§
impl Freeze for __mavlink_sys_status_t
impl RefUnwindSafe for __mavlink_sys_status_t
impl Send for __mavlink_sys_status_t
impl Sync for __mavlink_sys_status_t
impl Unpin for __mavlink_sys_status_t
impl UnwindSafe for __mavlink_sys_status_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more