CheckedUint16

Type Alias CheckedUint16 

Source
pub type CheckedUint16 = CheckedInt<u16>;

Aliased Type§

#[repr(C)]
pub struct CheckedUint16 { pub _phantom_0: PhantomData<UnsafeCell<u16>>, pub mValue: u16, pub mIsValid: bool, }

Fields§

§_phantom_0: PhantomData<UnsafeCell<u16>>§mValue: u16§mIsValid: bool

Layout§

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: 4 bytes