Enum stark::sail::core::BaseSize [−][src]
#[repr(u8)] pub enum BaseSize { B0, B1, B2, B4, B8, B16, Vec, Other, }
Expand description
All type sizes that may be specified in the head
#[repr(u8)] pub enum BaseSize { B0, B1, B2, B4, B8, B16, Vec, Other, }
All type sizes that may be specified in the head
impl Eq for BaseSize
[src]impl StructuralEq for BaseSize
[src]impl StructuralPartialEq for BaseSize
[src]impl RefUnwindSafe for BaseSize
impl Send for BaseSize
impl Sync for BaseSize
impl Unpin for BaseSize
impl UnwindSafe for BaseSize