Struct nstd_sys::os::unix::shared_lib::NSTDUnixSharedLib
source · #[repr(C)]pub struct NSTDUnixSharedLib { /* private fields */ }Available on crate features
nstd_os and nstd_os_unix_shared_lib only.Expand description
Represents an owned handle to a dynamically loaded library.
Trait Implementations§
source§fn drop(&mut self)
fn drop(&mut self)
NSTDUnixSharedLib’s destructor.