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