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