#[repr(C)]pub struct ChunkBase {
pub storeBuffer: *mut StoreBuffer,
pub runtime: *mut JSRuntime,
pub kind: ChunkKind,
pub nurseryChunkIndex: u8,
}Fields§
§storeBuffer: *mut StoreBuffer§runtime: *mut JSRuntime§kind: ChunkKind§nurseryChunkIndex: u8Trait Implementations§
impl Copy for ChunkBase
impl StructuralPartialEq for ChunkBase
Auto Trait Implementations§
impl Freeze for ChunkBase
impl RefUnwindSafe for ChunkBase
impl !Send for ChunkBase
impl !Sync for ChunkBase
impl Unpin for ChunkBase
impl UnsafeUnpin for ChunkBase
impl UnwindSafe for ChunkBase
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