Function raw_addr_of

Source
fn raw_addr_of<T: ?Sized>(arc: &Arc<T>) -> RawAddr
Expand description

Return the RawAddr of an arbitrary Arc<T>.