Struct cranelift_wasm::wasmparser::types::RecordType
source · pub struct RecordType {
pub fields: IndexMap<String, InterfaceTypeRef, RandomState>,
/* private fields */
}
Expand description
Represents a record type.
Fields§
§fields: IndexMap<String, InterfaceTypeRef, RandomState>
The map of record fields.
Trait Implementations§
source§impl Clone for RecordType
impl Clone for RecordType
source§fn clone(&self) -> RecordType
fn clone(&self) -> RecordType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more