Searched defs:ZeroableOption (Results 1 – 1 of 1) sorted by relevance
1544 pub unsafe trait ZeroableOption {} global() interface 1551 unsafe impl<T> ZeroableOption for &T {} global() impl 1554 unsafe impl<T> ZeroableOption for &mut T {} global() impl 1674 unsafe impl<$ret, $($rest),*> ZeroableOption for $($prefix)* fn($($rest),*) -> $ret {} global() impl