Searched defs:write_init (Results 1 – 4 of 4) sorted by relevance
/linux/rust/pin-init/src/ |
H A D | alloc.rs | 139 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
|
H A D | lib.rs | 1418 fn write_init<E>(self, init: impl Init<T, E>) -> Result<Self::Initialized, E>; in write_init() method
|
/linux/rust/kernel/alloc/ |
H A D | kbox.rs | 359 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() function
|
/linux/rust/kernel/sync/ |
H A D | arc.rs | 717 fn write_init<E>(mut self, init: impl Init<T, E>) -> Result<Self::Initialized, E> { in write_init() method
|