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: ?Sized
impl<T> Zeroable for *mut T where T: ?Sized
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