Searched defs:boxed (Results 1 – 3 of 3) sorted by relevance
239 pub mod boxed; module241 mod boxed { module
386 let mut boxed = Self::new_uninit_in(alloc); in new_in() localVariable414 let mut boxed = Self::try_new_uninit_in(alloc)?; in try_new_in() localVariable1299 let mut boxed = Self::new_uninit_in(self.1.clone()); in clone() localVariable
573 let boxed = unsafe { Box::from_raw(ptr) }; in run() localVariable594 let boxed = unsafe { Pin::into_inner_unchecked(self) }; in __enqueue() localVariable