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