pub struct HeapCodeStatistics(/* private fields */);Implementations§
Source§impl HeapCodeStatistics
impl HeapCodeStatistics
pub fn code_and_metadata_size(&self) -> usize
pub fn bytecode_and_metadata_size(&self) -> usize
pub fn external_script_source_size(&self) -> usize
pub fn cpu_profiler_metadata_size(&self) -> usize
Auto Trait Implementations§
impl Freeze for HeapCodeStatistics
impl RefUnwindSafe for HeapCodeStatistics
impl Send for HeapCodeStatistics
impl Sync for HeapCodeStatistics
impl Unpin for HeapCodeStatistics
impl UnsafeUnpin for HeapCodeStatistics
impl UnwindSafe for HeapCodeStatistics
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