#[repr(C)]pub struct JSMallocState {
pub malloc_count: usize,
pub malloc_size: usize,
pub malloc_limit: usize,
pub opaque: *mut c_void,
}Fields§
§malloc_count: usize§malloc_size: usize§malloc_limit: usize§opaque: *mut c_voidAuto Trait Implementations§
impl !Send for JSMallocState
impl !Sync for JSMallocState
impl Freeze for JSMallocState
impl RefUnwindSafe for JSMallocState
impl Unpin for JSMallocState
impl UnsafeUnpin for JSMallocState
impl UnwindSafe for JSMallocState
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