Searched refs:slice_dst_big (Results 1 – 1 of 1) sorted by relevance
1409 let slice_dst_big = SliceDst::<U32, U16>::ref_from_bytes(bytes).unwrap(); in test_transmute_ref() localVariable1411 let x: &SliceDst<U16, u8> = transmute_ref!(slice_dst_big); in test_transmute_ref()1639 let slice_dst_big = SliceDst::<U32, U16>::mut_from_bytes(&mut bytes[..]).unwrap(); in test_transmute_mut() localVariable1642 let x: &mut SliceDst<U16, u8> = transmute_mut!(slice_dst_big); in test_transmute_mut()