#[repr(C)]pub struct sys_memory_stats {
pub free_bytes: usize,
pub allocated_bytes: usize,
pub max_allocated_bytes: usize,
}
Fields§
§free_bytes: usize
§allocated_bytes: usize
§max_allocated_bytes: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for sys_memory_stats
impl RefUnwindSafe for sys_memory_stats
impl Send for sys_memory_stats
impl Sync for sys_memory_stats
impl Unpin for sys_memory_stats
impl UnwindSafe for sys_memory_stats
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