Struct wast::StructField [−][src]
pub struct StructField<'a> {
pub id: Option<Id<'a>>,
pub mutable: bool,
pub ty: StorageType<'a>,
}A field of a struct type.
Fields
id: Option<Id<'a>>An optional identifier for name resolution.
mutable: boolWhether this field may be mutated or not.
ty: StorageType<'a>The storage type stored in this field.
Trait Implementations
impl<'a> Clone for StructField<'a>[src]
impl<'a> Clone for StructField<'a>[src]