Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dimpls.rs1493 Box<UnsafeCell<NotZerocopy>>, in test_impls()
1494 &'static UnsafeCell<NotZerocopy>, in test_impls()
1495 &'static mut UnsafeCell<NotZerocopy>, in test_impls()
1496 NonNull<UnsafeCell<NotZerocopy>>, in test_impls()
1554 *const NotZerocopy in test_impls()
1555 => @success ptr::null::<NotZerocopy>(), in test_impls()
1556 @failure [0x01; mem::size_of::<*const NotZerocopy>()]; in test_impls()
1557 *mut NotZerocopy in test_impls()
1558 => @success ptr::null_mut::<NotZerocopy>(), in test_impls()
1559 @failure [0x01; mem::size_of::<*mut NotZerocopy>()]; in test_impls()
[all …]
H A Dmacros.rs1745 enum NotZerocopy {} in test_cryptocorrosion_derive_traits() enum
1746 assert_impls::<x2<(), NotZerocopy>>(); in test_cryptocorrosion_derive_traits()
1803 assert_impls::<vec<NotZerocopy, NotZerocopy, NotZerocopy>>(); in test_cryptocorrosion_derive_traits()
1814 assert_impls::<u32x4x2_avx2<NotZerocopy>>(); in test_cryptocorrosion_derive_traits()