Searched defs:into_raw (Results 1 – 11 of 11) sorted by relevance
158 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a); in into_raw() method185 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function194 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function205 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function214 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method229 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function239 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method249 fn into_raw(self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method262 fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() function274 fn into_raw(mut self) -> *mut (dyn Future<Output = T> + 'a) { in into_raw() method[all …]
42 fn into_raw(&self, ptr: Self::Pointer) -> *const Self::Value; in into_raw() method82 fn into_raw(&self, ptr: &'a T) -> *const T { in into_raw() method97 fn into_raw(&self, ptr: UnsafeRef<T>) -> *const T { in into_raw() method113 fn into_raw(&self, ptr: Box<T>) -> *const T { in into_raw() method129 fn into_raw(&self, ptr: Rc<T>) -> *const T { in into_raw() method145 fn into_raw(&self, ptr: Arc<T>) -> *const T { in into_raw() method
43 pub fn into_raw(ptr: Self) -> *mut T { in into_raw() method
179 pub fn into_raw(this: Parker) -> *const () { in into_raw() method262 pub fn into_raw(this: Unparker) -> *const () { in into_raw() method
299 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method369 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
260 pub fn into_raw(self) -> HMODULE { in into_raw() method337 pub fn into_raw(self) -> FARPROC { in into_raw() method
69 pub(crate) fn into_raw(self) -> *mut c_char { in into_raw() method
264 pub unsafe fn into_raw(self) -> imp::Symbol<T> { in into_raw() method
91 pub fn into_raw(self) -> *mut T { in into_raw() function
306 fn into_raw(this: Arc<Inner>) -> *const () { in into_raw() method
709 pub(crate) unsafe fn into_raw(mut self) -> RawStatement { in into_raw() method