#[repr(C)]pub struct mem_alloc_info_t {
pub total_size: u32,
pub total_free_size: u32,
pub highmark_size: u32,
}
Fields§
§total_size: u32
§total_free_size: u32
§highmark_size: u32
Trait Implementations§
Source§impl Clone for mem_alloc_info_t
impl Clone for mem_alloc_info_t
Source§fn clone(&self) -> mem_alloc_info_t
fn clone(&self) -> mem_alloc_info_t
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 mem_alloc_info_t
impl Debug for mem_alloc_info_t
Source§impl Default for mem_alloc_info_t
impl Default for mem_alloc_info_t
Source§fn default() -> mem_alloc_info_t
fn default() -> mem_alloc_info_t
Returns the “default value” for a type. Read more
impl Copy for mem_alloc_info_t
Auto Trait Implementations§
impl Freeze for mem_alloc_info_t
impl RefUnwindSafe for mem_alloc_info_t
impl Send for mem_alloc_info_t
impl Sync for mem_alloc_info_t
impl Unpin for mem_alloc_info_t
impl UnwindSafe for mem_alloc_info_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