Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dmacros.rs1389 let slice_dst_of_u16s = in test_transmute_ref() localVariable
1392 assert_eq!(x, slice_dst_of_u16s); in test_transmute_ref()
1399 let x: &[u8] = transmute_ref!(slice_dst_of_u16s); in test_transmute_ref()
1402 let x: &[U16] = transmute_ref!(slice_dst_of_u16s); in test_transmute_ref()
1521 let slice_dst_of_u16s = in test_try_transmute_ref() localVariable
1524 assert_eq!(x, Ok(slice_dst_of_u16s)); in test_try_transmute_ref()
1578 let slice_dst_of_u16s = SliceDst::<u8, U16>::mut_from_bytes(&mut bytes[..]).unwrap(); in test_try_transmute_mut() localVariable
1580 assert_eq!(x, Ok(slice_dst_of_u16s)); in test_try_transmute_mut()
1625 let slice_dst_of_u16s = SliceDst::<u8, U16>::mut_from_bytes(&mut bytes[..]).unwrap(); in test_transmute_mut() localVariable
1627 assert_eq!(x, slice_dst_of_u16s); in test_transmute_mut()