Struct planus_cli::intermediate_language::types::Enum [−][src]
pub struct Enum {
pub type_: IntegerType,
pub variants: IndexMap<IntegerLiteral, String>,
pub alignment: u32,
}Fields
type_: IntegerTypevariants: IndexMap<IntegerLiteral, String>alignment: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Enum
impl UnwindSafe for Enum
Blanket Implementations
Mutably borrows from an owned value. Read more
