Enum witx::RecordKind [−][src]
pub enum RecordKind {
Tuple,
Bitflags(IntRepr),
Other,
}Expand description
Different kinds of records used for hinting various language-specific types.
Variants
A tuple where the name of all fields are consecutive integers starting at “0”.
Bitflags(IntRepr)A record where all fields are bools. Currently represented as an
integer with bits set or not set.
Tuple Fields of Bitflags
0: IntReprAll other structures.
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 RefUnwindSafe for RecordKind
impl Send for RecordKind
impl Sync for RecordKind
impl Unpin for RecordKind
impl UnwindSafe for RecordKind
Blanket Implementations
Mutably borrows from an owned value. Read more