Struct wasmtime_environ::wasmparser::Ieee32 [−][src]
pub struct Ieee32(_);
Expand description
An IEEE binary32 immediate floating point value, represented as a u32 containing the bitpattern.
All bit patterns are allowed.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ieee32
impl UnwindSafe for Ieee32
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.