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