Searched defs:into_ptr (Results 1 – 2 of 2) sorted by relevance
50 fn into_ptr(me: Self) -> *mut Self::Base; in into_ptr() method93 fn into_ptr(me: Arc<T>) -> *mut T { in into_ptr() method128 fn into_ptr(me: Rc<T>) -> *mut T { in into_ptr() method163 fn into_ptr(me: Option<T>) -> *mut T::Base { in into_ptr() method
17 fn into_ptr(me: Self) -> *mut T { in into_ptr() method42 fn into_ptr(me: Self) -> *mut T { in into_ptr() method