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