Home
last modified time | relevance | path

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

/linux-6.15/rust/pin-init/src/
H A Dalloc.rs15 init_from_closure, pin_init_from_closure, InPlaceWrite, Init, PinInit, ZeroableOption,
22 unsafe impl<T> ZeroableOption for Box<T> {}
H A Dlib.rs1398 pub unsafe trait ZeroableOption {} trait
1401 unsafe impl<T: ZeroableOption> Zeroable for Option<T> {}
/linux-6.15/rust/kernel/alloc/
H A Dkbox.rs20 use pin_init::{InPlaceWrite, Init, PinInit, ZeroableOption};
105 unsafe impl<T, A: Allocator> ZeroableOption for Box<T, A> {}