Struct wast::Float32 [−][src]
pub struct Float32 {
pub bits: u32,
}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.
impl RefUnwindSafe for Float32impl Send for Float32impl Sync for Float32impl Unpin for Float32impl UnwindSafe for Float32