[−][src]Struct mynewt::kernel::os::os_mempool_info
Information describing a memory pool, used to return OS information to the management layer.
Fields
omi_block_size: c_int
Size of the memory blocks in the pool
omi_num_blocks: c_int
Number of memory blocks in the pool
omi_num_free: c_int
Number of free memory blocks
omi_min_free: c_int
Minimum number of free memory blocks ever
omi_name: [c_char; 32]
Name of the memory pool
Trait Implementations
impl Default for os_mempool_info
[src]
fn default() -> os_mempool_info
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,