pub struct LlamaBatch {
pub backend: Arc<LlamaLib>,
pub handle: llama_batch,
}Fields§
§backend: Arc<LlamaLib>§handle: llama_batchImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlamaBatch
impl RefUnwindSafe for LlamaBatch
impl !Send for LlamaBatch
impl !Sync for LlamaBatch
impl Unpin for LlamaBatch
impl UnsafeUnpin for LlamaBatch
impl UnwindSafe for LlamaBatch
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