CheckedInt8

Type Alias CheckedInt8 

Source
pub type CheckedInt8 = CheckedInt<i8>;

Aliased Type§

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

Fields§

§_phantom_0: PhantomData<UnsafeCell<i8>>§mValue: i8§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