#[repr(C)]pub struct CodeSizes {
pub ion: usize,
pub baseline: usize,
pub regexp: usize,
pub other: usize,
pub unused: usize,
}
Expand description
Data for tracking JIT-code memory usage.
Fields§
§ion: usize
§baseline: usize
§regexp: usize
§other: usize
§unused: usize
Trait Implementations§
impl Copy for CodeSizes
impl StructuralPartialEq for CodeSizes
Auto Trait Implementations§
impl Freeze for CodeSizes
impl RefUnwindSafe for CodeSizes
impl Send for CodeSizes
impl Sync for CodeSizes
impl Unpin for CodeSizes
impl UnwindSafe for CodeSizes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more