Searched defs:into_ptr (Results 1 – 2 of 2) sorted by relevance
49 fn into_ptr(me: Self) -> *mut Self::Base; in into_ptr() method92 fn into_ptr(me: Arc<T>) -> *mut T { in into_ptr() method127 fn into_ptr(me: Rc<T>) -> *mut T { in into_ptr() method162 fn into_ptr(me: Option<T>) -> *mut T::Base { in into_ptr() method
16 fn into_ptr(me: Self) -> *mut T { in into_ptr() method41 fn into_ptr(me: Self) -> *mut T { in into_ptr() method