Struct wasmparser::Ieee64 [−][src]
pub struct Ieee64(_);
An IEEE binary64 immediate floating point value, represented as a u64 containing the bitpattern.
All bit patterns are allowed.
Methods
impl Ieee64[src]
impl Ieee64Trait Implementations
impl Copy for Ieee64[src]
impl Copy for Ieee64impl Clone for Ieee64[src]
impl Clone for Ieee64fn clone(&self) -> Ieee64[src]
fn clone(&self) -> Ieee64Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Ieee64[src]
impl Debug for Ieee64fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Ieee64[src]
impl Eq for Ieee64impl PartialEq for Ieee64[src]
impl PartialEq for Ieee64fn eq(&self, other: &Ieee64) -> bool[src]
fn eq(&self, other: &Ieee64) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Ieee64) -> bool[src]
fn ne(&self, other: &Ieee64) -> boolThis method tests for !=.
impl Hash for Ieee64[src]
impl Hash for Ieee64