Lines Matching defs:from
44 /// Calling this function from multiple threads is not MT-safe if used in conjunction with
84 imp::Library::new(filename).map(From::from)
148 self.0.get(symbol).map(|from| Symbol::from_raw(from, self))
173 fn from(lib: imp::Library) -> Library {
179 fn from(lib: Library) -> imp::Library {
187 /// Symbol from a library.
209 /// was loaded from.
228 /// came from, this function requires a reference to the library.
232 /// The `library` reference must be exactly the library `sym` was loaded from.