Home
last modified time | relevance | path

Searched defs:ZeroableOption (Results 1 – 1 of 1) sorted by relevance

/linux/rust/pin-init/src/
H A Dlib.rs1544 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