Struct witx::parser::EnumSyntax [−][src]
pub struct EnumSyntax<'a> {
pub repr: Option<BuiltinType>,
pub members: Vec<Documented<'a, Id<'a>>>,
}
Fields
repr: Option<BuiltinType>
members: Vec<Documented<'a, Id<'a>>>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for EnumSyntax<'a>
impl<'a> Send for EnumSyntax<'a>
impl<'a> Sync for EnumSyntax<'a>
impl<'a> Unpin for EnumSyntax<'a>
impl<'a> UnwindSafe for EnumSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more