Home
last modified time | relevance | path

Searched defs:into_raw (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/libloading/src/os/unix/
Dmod.rs297 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
367 pub fn into_raw(self) -> *mut raw::c_void { in into_raw() method
/third_party/rust/crates/libloading/src/os/windows/
Dmod.rs258 pub fn into_raw(self) -> HMODULE { in into_raw() method
335 pub fn into_raw(self) -> FARPROC { in into_raw() method
/third_party/rust/crates/libloading/src/
Dsafe.rs221 pub unsafe fn into_raw(self) -> imp::Symbol<T> { in into_raw() method
/third_party/rust/crates/cxx/src/
Dunique_ptr.rs90 pub fn into_raw(self) -> *mut T { in into_raw() function