Struct wasmparser::Ieee64 [−][src]
pub struct Ieee64(_);
An IEEE binary64 immediate floating point value, represented as a u64 containing the bitpattern.
All bit patterns are allowed.
pub struct Ieee64(_);
An IEEE binary64 immediate floating point value, represented as a u64 containing the bitpattern.
All bit patterns are allowed.
impl Copy for Ieee64
[src]impl Eq for Ieee64
[src]impl StructuralEq for Ieee64
[src]impl StructuralPartialEq for Ieee64
[src]impl RefUnwindSafe for Ieee64
impl Send for Ieee64
impl Sync for Ieee64
impl Unpin for Ieee64
impl UnwindSafe for Ieee64