Trait core::nonzero::Zeroable
[−]
[src]
pub unsafe trait Zeroable { }
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