Searched defs:Initialized (Results 1 – 1 of 1) sorted by relevance
/linux/rust/kernel/ |
H A D | init.rs | 1287 type Initialized; typedef 1292 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() argument 1297 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() argument 1301 type Initialized = UniqueArc<T>; typedef 1303 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument 1312 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
|