Home
last modified time | relevance | path

Searched refs:slice_dst_big (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dmacros.rs1409 let slice_dst_big = SliceDst::<U32, U16>::ref_from_bytes(bytes).unwrap(); in test_transmute_ref() localVariable
1411 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() localVariable
1642 let x: &mut SliceDst<U16, u8> = transmute_mut!(slice_dst_big); in test_transmute_mut()