Function safe_transmute::to_bytes::guarded_transmute_to_bytes_pod_many
source ยท 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.