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