[src]

Function std::cast::transmute_copy

pub unsafe fn transmute_copy<T, U>(src: &T) -> U

Casts the value at src to U. The two types must have the same length.