pub struct LlamaLib {
pub symbols: LlamaSymbols,
/* private fields */
}Expand description
A loaded instance of the llama.cpp dynamic library. This struct holds the library handle and all resolved function pointers.
Fields§
§symbols: LlamaSymbolsImplementations§
Auto Trait Implementations§
impl Freeze for LlamaLib
impl RefUnwindSafe for LlamaLib
impl Send for LlamaLib
impl Sync for LlamaLib
impl Unpin for LlamaLib
impl UnsafeUnpin for LlamaLib
impl UnwindSafe for LlamaLib
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more