Searched defs:Initialized (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | alloc.rs | 137 type Initialized = Box<T>; typedef 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument 148 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
|
| H A D | lib.rs | 1398 type Initialized; in write_init() argument 1403 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_pin_init() argument 1393 type Initialized; global() typedef 1407 type Initialized = &'static mut T; global() typedef 1409 write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E> write_init() argument 1419 write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> write_pin_init() argument
|
| /linux/rust/kernel/alloc/ |
| H A D | kbox.rs | 437 type Initialized = Box<T, A>; global() typedef 439 write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> write_init() argument 448 write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> write_pin_init() argument
|