Struct libloading::os::unix::Symbol [−][src]
pub struct Symbol<T> { /* fields omitted */ }
Expand description
Symbol from a library.
A major difference compared to the cross-platform Symbol
is that this does not ensure the
Symbol
does not outlive Library
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