[][src]Function core_extensions::utils::transmute_ignore_size

pub unsafe fn transmute_ignore_size<T, U>(v: T) -> U

Allows transmuting between types of different sizes.

Safety

This function has the same safety concerns as [::std::mem::transmute_copy].