Lines Matching refs:NotZerocopy
1493 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()
1702 CoreMaybeUninit<NotZerocopy>, in test_impls()
1724 Option<Box<UnsafeCell<NotZerocopy>>>, in test_impls()
1725 Option<&'static UnsafeCell<NotZerocopy>>, in test_impls()
1726 Option<&'static mut UnsafeCell<NotZerocopy>>, in test_impls()
1727 Option<NonNull<UnsafeCell<NotZerocopy>>>, in test_impls()
1732 *const NotZerocopy, in test_impls()
1733 *mut NotZerocopy in test_impls()
1756 Option<&'static UnsafeCell<NotZerocopy>>, in test_impls()
1757 Option<&'static mut UnsafeCell<NotZerocopy>>, in test_impls()
1758 Option<NonNull<UnsafeCell<NotZerocopy>>>, in test_impls()
1759 Option<Box<UnsafeCell<NotZerocopy>>>, in test_impls()
1765 CoreMaybeUninit<NotZerocopy>, in test_impls()
1771 *const NotZerocopy, in test_impls()
1772 *mut NotZerocopy in test_impls()
2206 struct NotZerocopy; in test_impls() struct
2210 NotZerocopy, u8, u8, u8, u8, u8, u8, u8, u8, u8, u8, u8, in test_impls()
2211 ) -> (NotZerocopy, NotZerocopy); in test_impls()
2217 NotZerocopy, u8, u8, u8, u8, u8, u8, u8, u8, u8, u8, u8, in test_impls()
2218 ) -> (NotZerocopy, NotZerocopy); in test_impls()
2221 …assert_impls!(Option<Box<UnsafeCell<NotZerocopy>>>: KnownLayout, Immutable, TryFromBytes, FromZero… in test_impls()
2222 …assert_impls!(Option<Box<[UnsafeCell<NotZerocopy>]>>: KnownLayout, !Immutable, !TryFromBytes, !Fro… in test_impls()
2223 …assert_impls!(Option<&'static UnsafeCell<NotZerocopy>>: KnownLayout, Immutable, TryFromBytes, From… in test_impls()
2224 …assert_impls!(Option<&'static [UnsafeCell<NotZerocopy>]>: KnownLayout, Immutable, !TryFromBytes, !… in test_impls()
2225 …assert_impls!(Option<&'static mut UnsafeCell<NotZerocopy>>: KnownLayout, Immutable, TryFromBytes, … in test_impls()
2226 …assert_impls!(Option<&'static mut [UnsafeCell<NotZerocopy>]>: KnownLayout, Immutable, !TryFromByte… in test_impls()
2227 …assert_impls!(Option<NonNull<UnsafeCell<NotZerocopy>>>: KnownLayout, TryFromBytes, FromZeros, Immu… in test_impls()
2228 …assert_impls!(Option<NonNull<[UnsafeCell<NotZerocopy>]>>: KnownLayout, Immutable, !TryFromBytes, !… in test_impls()
2234 …assert_impls!(PhantomData<NotZerocopy>: KnownLayout, Immutable, TryFromBytes, FromZeros, FromBytes… in test_impls()
2246 …assert_impls!(ManuallyDrop<NotZerocopy>: !Immutable, !TryFromBytes, !KnownLayout, !FromZeros, !Fro… in test_impls()
2247 …assert_impls!(ManuallyDrop<[NotZerocopy]>: KnownLayout, !Immutable, !TryFromBytes, !FromZeros, !Fr… in test_impls()
2253 …assert_impls!(CoreMaybeUninit<NotZerocopy>: KnownLayout, TryFromBytes, FromZeros, FromBytes, !Immu… in test_impls()
2260 …assert_impls!(Wrapping<NotZerocopy>: KnownLayout, !Immutable, !TryFromBytes, !FromZeros, !FromByte… in test_impls()
2267 …assert_impls!(Unalign<NotZerocopy>: KnownLayout, Unaligned, !Immutable, !TryFromBytes, !FromZeros,… in test_impls()
2287 …assert_impls!([NotZerocopy]: KnownLayout, !Immutable, !TryFromBytes, !FromZeros, !FromBytes, !Into… in test_impls()
2298 [NotZerocopy; 0]: KnownLayout, in test_impls()
2316 [NotZerocopy; 1]: KnownLayout, in test_impls()
2325 …assert_impls!(*const NotZerocopy: KnownLayout, Immutable, TryFromBytes, FromZeros, !FromBytes, !In… in test_impls()
2326 …assert_impls!(*mut NotZerocopy: KnownLayout, Immutable, TryFromBytes, FromZeros, !FromBytes, !Into… in test_impls()
2327 …assert_impls!(*const [NotZerocopy]: KnownLayout, Immutable, !TryFromBytes, !FromZeros, !FromBytes,… in test_impls()
2328 …assert_impls!(*mut [NotZerocopy]: KnownLayout, Immutable, !TryFromBytes, !FromZeros, !FromBytes, !… in test_impls()