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