Struct wast::Float32 [−][src]
pub struct Float32 {
pub bits: u32,
}Expand description
A parsed floating-point type
Fields
bits: u32The raw bits that this floating point number represents.
pub struct Float32 {
pub bits: u32,
}A parsed floating-point type
bits: u32The raw bits that this floating point number represents.