Searched refs:InPlaceWrite (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 15 init_from_closure, pin_init_from_closure, InPlaceWrite, Init, PinInit, ZeroableOption, 136 impl<T> InPlaceWrite<T> for Box<MaybeUninit<T>> {
|
| H A D | lib.rs | 1524 pub trait InPlaceWrite<T> { trait
|
| /linux/rust/kernel/ |
| H A D | prelude.rs | 30 pub use pin_init::{init, pin_data, pin_init, pinned_drop, InPlaceWrite, Init, PinInit, Zeroable};
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 23 use pin_init::{InPlaceWrite, Init, PinInit, ZeroableOption}; 433 impl<T, A> InPlaceWrite<T> for Box<MaybeUninit<T>, A>
|