pub trait TransmuteInto<T> {
    fn transmute_into(self) -> T;
}
Expand description

Reinterprets the bits of a value of one type as another type.

Required Methods§

Reinterprets the bits of a value of one type as another type.

Implementations on Foreign Types§

Implementors§