pub fn guarded_transmute_to_bytes_pod_many<S: TriviallyTransmutable>(
from: &[S],
) -> &[u8] ⓘ
👎Deprecated since 0.11.0: use
transmute_to_bytes()
insteadExpand description
Transmute a slice of arbitrary types into a slice of their bytes.