pub type Latin1CharsZ_Base = RangedPtr<Latin1Char>;Aliased Type§
#[repr(C)]pub struct Latin1CharsZ_Base {
pub _phantom_0: PhantomData<UnsafeCell<u8>>,
pub mPtr: *mut u8,
pub mRangeStart: *mut u8,
pub mRangeEnd: *mut u8,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<u8>>§mPtr: *mut u8§mRangeStart: *mut u8§mRangeEnd: *mut u8Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes