mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-24 07:42:24 +00:00
move this little guy where he goes
This commit is contained in:
parent
fda9e9f852
commit
6beb5382ec
@ -44,7 +44,6 @@ unsafe impl<T: Zeroable> Zeroable for Wrapping<T> {}
|
||||
|
||||
unsafe impl<T> Zeroable for *mut T {}
|
||||
unsafe impl<T> Zeroable for *const T {}
|
||||
unsafe impl<T> ZeroableInOption for NonNull<T> {}
|
||||
unsafe impl<T: Zeroable> Zeroable for PhantomData<T> {}
|
||||
unsafe impl Zeroable for PhantomPinned {}
|
||||
unsafe impl<T: Zeroable> Zeroable for ManuallyDrop<T> {}
|
||||
|
@ -24,3 +24,5 @@ unsafe impl ZeroableInOption for NonZeroU32 {}
|
||||
unsafe impl ZeroableInOption for NonZeroU64 {}
|
||||
unsafe impl ZeroableInOption for NonZeroU128 {}
|
||||
unsafe impl ZeroableInOption for NonZeroUsize {}
|
||||
|
||||
unsafe impl<T> ZeroableInOption for NonNull<T> {}
|
||||
|
Loading…
Reference in New Issue
Block a user