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