pub type TwoByteCharsZ_Base = RangedPtr<u16>;Aliased Type§
#[repr(C)]pub struct TwoByteCharsZ_Base {
pub _phantom_0: PhantomData<UnsafeCell<u16>>,
pub mPtr: *mut u16,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<u16>>§mPtr: *mut u16pub type TwoByteCharsZ_Base = RangedPtr<u16>;#[repr(C)]pub struct TwoByteCharsZ_Base {
pub _phantom_0: PhantomData<UnsafeCell<u16>>,
pub mPtr: *mut u16,
}_phantom_0: PhantomData<UnsafeCell<u16>>§mPtr: *mut u16