Struct witx::parser::ConstSyntax [−][src]
Fields
ty: Id<'a>name: Id<'a>value: u64Trait 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 ConstSyntax<'a>
impl<'a> Send for ConstSyntax<'a>
impl<'a> Sync for ConstSyntax<'a>
impl<'a> Unpin for ConstSyntax<'a>
impl<'a> UnwindSafe for ConstSyntax<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more