Home
last modified time | relevance | path

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

/rust/kernel/list/
A Darc.rs225 unsafe { Self::transmute_from_arc(arc) } in from()
268 Self::transmute_from_arc(arc1), in pair_from_pin_unique()
269 ListArc::transmute_from_arc(arc2), in pair_from_pin_unique()
284 Ok(unsafe { Self::transmute_from_arc(arc) }) in try_from_arc()
300 Some(unsafe { Self::transmute_from_arc(Arc::from(arc)) }) in try_from_arc_borrow()
327 unsafe fn transmute_from_arc(arc: Arc<T>) -> Self { in transmute_from_arc() function
366 unsafe { Self::transmute_from_arc(arc) } in from_raw()

Completed in 4 milliseconds