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