Struct libloading::os::unix::Symbol [−][src]
pub struct Symbol<T> { /* fields omitted */ }This is supported on Unix only.
Expand description
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 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