CheckedUint8

Type Alias CheckedUint8 

Source
pub type CheckedUint8 = CheckedInt<u8>;

Aliased Type§

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

Fields§

§_phantom_0: PhantomData<UnsafeCell<u8>>§mValue: u8§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: 2 bytes