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

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

Bitwise conversion from T

Required methods

fn from_bits(other: T) -> Self

Convert other to Self, preserving bitwise representation

Loading content...

Implementations on Foreign Types

impl FromBits<u32> for f32[src]

impl FromBits<u64> for f64[src]

Loading content...

Implementors

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

Loading content...