Searched defs:Zeroable (Results 1 – 1 of 1) sorted by relevance
1474 pub unsafe trait Zeroable {} interface1562 unsafe impl<$first: Zeroable, $($t: Zeroable),*> Zeroable for ($first, $($t),*) {} impl