#[repr(C, packed(1))]pub struct __mavlink_heartbeat_t {
pub custom_mode: u32,
pub type_: u8,
pub autopilot: u8,
pub base_mode: u8,
pub system_status: u8,
pub mavlink_version: u8,
}Fields§
§custom_mode: u32§type_: u8§autopilot: u8§base_mode: u8§system_status: u8§mavlink_version: u8Trait Implementations§
Source§impl Clone for __mavlink_heartbeat_t
impl Clone for __mavlink_heartbeat_t
Source§fn clone(&self) -> __mavlink_heartbeat_t
fn clone(&self) -> __mavlink_heartbeat_t
Returns a duplicate 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 Debug for __mavlink_heartbeat_t
impl Debug for __mavlink_heartbeat_t
Source§impl Default for __mavlink_heartbeat_t
impl Default for __mavlink_heartbeat_t
Source§fn default() -> __mavlink_heartbeat_t
fn default() -> __mavlink_heartbeat_t
Returns the “default value” for a type. Read more
impl Copy for __mavlink_heartbeat_t
Auto Trait Implementations§
impl Freeze for __mavlink_heartbeat_t
impl RefUnwindSafe for __mavlink_heartbeat_t
impl Send for __mavlink_heartbeat_t
impl Sync for __mavlink_heartbeat_t
impl Unpin for __mavlink_heartbeat_t
impl UnwindSafe for __mavlink_heartbeat_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