Function safe_transmute::to_bytes::guarded_transmute_to_bytes_pod_many[][src]

pub fn guarded_transmute_to_bytes_pod_many<S: TriviallyTransmutable>(
    from: &[S]
) -> &[u8]
👎 Deprecated since 0.11.0:

use transmute_to_bytes() instead

Transmute a slice of arbitrary types into a slice of their bytes.