Struct wast::Float32 [−][src]
pub struct Float32 { pub bits: u32, }
A parsed floating-point type
Fields
bits: u32
The raw bits that this floating point number represents.
pub struct Float32 { pub bits: u32, }
A parsed floating-point type
bits: u32
The raw bits that this floating point number represents.
impl RefUnwindSafe for Float32
impl Send for Float32
impl Sync for Float32
impl Unpin for Float32
impl UnwindSafe for Float32