Struct libloading::os::windows::Symbol [−][src]
pub struct Symbol<T> { /* fields omitted */ }
This is supported on Windows only.
Expand description
A symbol from a library.
A major difference compared to the cross-platform Symbol
is that this does not ensure that the
Symbol
does not outlive the Library
that it comes from.
Implementations
Lift Option out of the symbol.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Symbol<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Symbol<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more