Trait core::nonzero::Zeroable
[−]
[src]
pub unsafe trait Zeroable { }
🔬 This is a nightly-only experimental API. (nonzero
#27730)
needs an RFC to flesh out the design
Unsafe trait to indicate what types are usable with the NonZero struct
Implementors
impl<T: ?Sized> Zeroable for *const T
impl<T: ?Sized> Zeroable for *mut T
impl Zeroable for isize
impl Zeroable for usize
impl Zeroable for i8
impl Zeroable for u8
impl Zeroable for i16
impl Zeroable for u16
impl Zeroable for i32
impl Zeroable for u32
impl Zeroable for i64
impl Zeroable for u64
impl Zeroable for i128
impl Zeroable for u128