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>>
pub type UTF8CharsZ_Base = RangedPtr<u8>;
struct UTF8CharsZ_Base {
pub mPtr: *mut u8,
pub _phantom_0: PhantomData<UnsafeCell<u8>>,
}
mPtr: *mut u8
§_phantom_0: PhantomData<UnsafeCell<u8>>