Function ami::transmute [] [src]

pub unsafe fn transmute<T, U>(from: T) -> U

Copy bits ( raw data ) from T to U. Make sure types are same size. This function is unsafe because it does no checking.