Struct mavlink::ardupilotmega::MEMINFO_DATA
source · pub struct MEMINFO_DATA {
pub brkval: u16,
pub freemem: u16,
pub freemem32: u32,
}
Available on crate feature
ardupilotmega
only.Expand description
id: 152 State of autopilot RAM..
Fields§
§brkval: u16
Heap top..
freemem: u16
Free memory..
freemem32: u32
Free memory (32 bit)..
Implementations§
source§impl MEMINFO_DATA
impl MEMINFO_DATA
pub const ENCODED_LEN: usize = 8usize
pub const DEFAULT: Self = _
Trait Implementations§
source§impl Clone for MEMINFO_DATA
impl Clone for MEMINFO_DATA
source§fn clone(&self) -> MEMINFO_DATA
fn clone(&self) -> MEMINFO_DATA
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 Debug for MEMINFO_DATA
impl Debug for MEMINFO_DATA
source§impl Default for MEMINFO_DATA
impl Default for MEMINFO_DATA
source§impl<'de> Deserialize<'de> for MEMINFO_DATA
impl<'de> Deserialize<'de> for MEMINFO_DATA
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl MessageData for MEMINFO_DATA
impl MessageData for MEMINFO_DATA
const ID: u32 = 152u32
const NAME: &'static str = "MEMINFO"
const EXTRA_CRC: u8 = 208u8
const ENCODED_LEN: usize = 8usize
type Message = MavMessage
fn deser(_version: MavlinkVersion, __input: &[u8]) -> Result<Self, ParserError>
fn ser(&self, version: MavlinkVersion, bytes: &mut [u8]) -> usize
source§impl PartialEq for MEMINFO_DATA
impl PartialEq for MEMINFO_DATA
source§impl Serialize for MEMINFO_DATA
impl Serialize for MEMINFO_DATA
impl StructuralPartialEq for MEMINFO_DATA
Auto Trait Implementations§
impl Freeze for MEMINFO_DATA
impl RefUnwindSafe for MEMINFO_DATA
impl Send for MEMINFO_DATA
impl Sync for MEMINFO_DATA
impl Unpin for MEMINFO_DATA
impl UnwindSafe for MEMINFO_DATA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)