Home
last modified time | relevance | path

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

/rust/pin-init/src/
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
A Dlib.rs1437 type Initialized; typedef
1442 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() argument
1447 fn write_pin_init<E>(self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E>; in write_pin_init() argument
/rust/kernel/alloc/
A Dkbox.rs359 type Initialized = Box<T, A>; typedef
361 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument
370 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument
/rust/kernel/sync/
A Darc.rs743 type Initialized = UniqueArc<T>; typedef
745 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() argument
754 fn write_pin_init<E>(mut self, init: impl PinInit<T, E>) -> Result<Pin<Self::Initialized>, E> { in write_pin_init() argument

Completed in 12 milliseconds