Type Definition mun_memory::gc::RawGcPtr[][src]

type RawGcPtr = *const *mut c_void;

A RawGcPtr is an unsafe version of a GcPtr. It represents the raw internal pointer semantics used by the runtime.

Trait Implementations

impl Into<GcPtr> for RawGcPtr[src]