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