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