[−][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_intSize of the memory blocks in the pool
omi_num_blocks: c_intNumber of memory blocks in the pool
omi_num_free: c_intNumber of free memory blocks
omi_min_free: c_intMinimum 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
impl Send for os_mempool_info
impl Sync for os_mempool_info
Blanket Implementations
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> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,