Searched defs:IsZero (Results 1 – 1 of 1) sorted by relevance
8 pub(super) unsafe trait IsZero { interface16 unsafe impl IsZero for $t { impl45 unsafe impl<T> IsZero for *const T { impl52 unsafe impl<T> IsZero for *mut T { impl59 unsafe impl<T: IsZero, const N: usize> IsZero for [T; N] { impl80 unsafe impl <$first_arg: IsZero, $($rest: IsZero,)*> IsZero for ($first_arg, $($rest,)*){ impl186 unsafe impl IsZero for $t { impl