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 BaseSizeimpl Send for BaseSizeimpl Sync for BaseSizeimpl Unpin for BaseSizeimpl UnwindSafe for BaseSize