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
sourcefn drop(&mut self)
fn drop(&mut self)
NSTDUnixSharedLib’s destructor.
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more