Home
last modified time | relevance | path

Searched defs:Initialized (Results 1 – 4 of 4) sorted by relevance

/linux/rust/pin-init/src/
H A Dalloc.rs137 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 Dlib.rs1413 type Initialized; typedef
1418 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() argument
1423 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() argument
/linux/rust/kernel/alloc/
H A Dkbox.rs357 type Initialized = Box<T, A>; typedef
359 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument
368 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
/linux/rust/kernel/sync/
H A Darc.rs715 type Initialized = UniqueArc<T>; typedef
717 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument
726 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument