Home
last modified time | relevance | path

Searched defs:into_ptr (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/arc-swap/src/
Dref_cnt.rs50 fn into_ptr(me: Self) -> *mut Self::Base; in into_ptr() method
93 fn into_ptr(me: Arc<T>) -> *mut T { in into_ptr() method
128 fn into_ptr(me: Rc<T>) -> *mut T { in into_ptr() method
163 fn into_ptr(me: Option<T>) -> *mut T::Base { in into_ptr() method
Dweak.rs17 fn into_ptr(me: Self) -> *mut T { in into_ptr() method
42 fn into_ptr(me: Self) -> *mut T { in into_ptr() method