pub struct GCPlatform;Implementations§
Source§impl GCPlatform
impl GCPlatform
Sourcepub fn initialize()
pub fn initialize()
Initializes global state for GC.
pub unsafe fn initialize_wasm(_gc_info_table_mem: &'static mut [u8; 393216])
Auto Trait Implementations§
impl Freeze for GCPlatform
impl RefUnwindSafe for GCPlatform
impl Send for GCPlatform
impl Sync for GCPlatform
impl Unpin for GCPlatform
impl UnwindSafe for GCPlatform
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