Home
last modified time | relevance | path

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

/openbmc/linux/rust/kernel/
H A Dprelude.rs38 pub use super::init::{InPlaceInit, Init, PinInit};
H A Dinit.rs1113 pub trait InPlaceInit<T>: Sized { trait
1155 impl<T> InPlaceInit<T> for Box<T> {
1185 impl<T> InPlaceInit<T> for UniqueArc<T> {
/openbmc/linux/rust/kernel/sync/
H A Darc.rs21 init::{self, InPlaceInit, Init, PinInit},