pub struct HeapSpaceStatistics(/* private fields */);Implementations§
Source§impl HeapSpaceStatistics
impl HeapSpaceStatistics
pub fn space_name(&self) -> &'static CStr
pub fn space_size(&self) -> usize
pub fn space_used_size(&self) -> usize
pub fn space_available_size(&self) -> usize
pub fn physical_space_size(&self) -> usize
Auto Trait Implementations§
impl Freeze for HeapSpaceStatistics
impl RefUnwindSafe for HeapSpaceStatistics
impl !Send for HeapSpaceStatistics
impl !Sync for HeapSpaceStatistics
impl Unpin for HeapSpaceStatistics
impl UnwindSafe for HeapSpaceStatistics
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