Trait bitflags::__core::nonzero::Zeroable
[−]
[src]
pub unsafe trait Zeroable { }Unstable (
nonzero): needs an RFC to flesh out the design
Unsafe trait to indicate what types are usable with the NonZero struct
Implementors
impl<T> Zeroable for *const T where T: ?Sizedimpl<T> Zeroable for *mut T where T: ?Sizedimpl Zeroable for isizeimpl Zeroable for usizeimpl Zeroable for i8impl Zeroable for u8impl Zeroable for i16impl Zeroable for u16impl Zeroable for i32impl Zeroable for u32impl Zeroable for i64impl Zeroable for u64