#[repr(C)]pub struct llama_context { /* private fields */ }
Trait Implementations§
Source§impl Clone for llama_context
impl Clone for llama_context
Source§fn clone(&self) -> llama_context
fn clone(&self) -> llama_context
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for llama_context
impl Debug for llama_context
impl Copy for llama_context
Auto Trait Implementations§
impl Freeze for llama_context
impl RefUnwindSafe for llama_context
impl Send for llama_context
impl Sync for llama_context
impl Unpin for llama_context
impl UnwindSafe for llama_context
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