Searched refs:ZeroableOption (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/rust/pin-init/src/ |
| H A D | alloc.rs | 15 init_from_closure, pin_init_from_closure, InPlaceWrite, Init, PinInit, ZeroableOption, 22 unsafe impl<T> ZeroableOption for Box<T> {}
|
| H A D | lib.rs | 1398 pub unsafe trait ZeroableOption {} trait 1401 unsafe impl<T: ZeroableOption> Zeroable for Option<T> {}
|
| /linux-6.15/rust/kernel/alloc/ |
| H A D | kbox.rs | 20 use pin_init::{InPlaceWrite, Init, PinInit, ZeroableOption}; 105 unsafe impl<T, A: Allocator> ZeroableOption for Box<T, A> {}
|