[][src]Trait wabt::script::FromBits

pub trait FromBits<T> {
    fn from_bits(other: T) -> Self;
}

Bitwise conversion from T

Required Methods

Convert other to Self, preserving bitwise representation

Implementations on Foreign Types

impl FromBits<u32> for f32
[src]

impl FromBits<u64> for f64
[src]

Implementors

impl<T> FromBits<T> for T
[src]