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]

Trait Implementations

impl Copy for Ieee64
[src]

impl Clone for Ieee64
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Ieee64
[src]

Formats the value using the given formatter. Read more

impl Eq for Ieee64
[src]

impl PartialEq for Ieee64
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Ieee64
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Ieee64

impl Sync for Ieee64