Struct wasmtime_environ::settings::Value [−][src]
pub struct Value { pub name: &'static str, // some fields omitted }
Expand description
Represents a setting value.
This is used for iterating values in Flags
.
Fields
name: &'static str
The name of the setting associated with this value.
Implementations
Gets the kind of setting.
Gets the enum value if the value is from an enum setting.
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value