Module rustc_metadata::dynamic_lib::dl [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
use libc; |
use std::ffi::CStr; |
use std::ffi::OsStr; |
use std::ffi::CString; |
use std::os::unix::prelude::*; |
use std::ptr; |
use std::str; |
Functions
check_for_errors_in |
[ Experimental ]
|
close⚠ |
[ Experimental ]
|
open |
[ Experimental ]
|
open_external⚠ |
[ Experimental ]
|
open_global_now |
[ Experimental ]
|
open_internal⚠ |
[ Experimental ]
|
symbol⚠ |
[ Experimental ]
|