Type Alias mozjs::jsapi::ConstCharPtr
source · pub type ConstCharPtr = RangedPtr<u16>;
Aliased Type§
struct ConstCharPtr {
pub _phantom_0: PhantomData<UnsafeCell<u16>>,
pub mPtr: *mut u16,
}
Fields§
§_phantom_0: PhantomData<UnsafeCell<u16>>
§mPtr: *mut u16