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