Struct witx::parser::FlagsSyntax [−][src]
pub struct FlagsSyntax<'a> {
pub repr: Option<BuiltinType>,
pub flags: Vec<Documented<'a, Id<'a>>>,
}Fields
repr: Option<BuiltinType>flags: 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 FlagsSyntax<'a>
impl<'a> Send for FlagsSyntax<'a>
impl<'a> Sync for FlagsSyntax<'a>
impl<'a> Unpin for FlagsSyntax<'a>
impl<'a> UnwindSafe for FlagsSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more