#[repr(C)]pub struct llama_memory_i { /* private fields */ }
Trait Implementations§
Source§impl Clone for llama_memory_i
impl Clone for llama_memory_i
Source§fn clone(&self) -> llama_memory_i
fn clone(&self) -> llama_memory_i
Returns a duplicate 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_memory_i
impl Debug for llama_memory_i
impl Copy for llama_memory_i
Auto Trait Implementations§
impl Freeze for llama_memory_i
impl RefUnwindSafe for llama_memory_i
impl Send for llama_memory_i
impl Sync for llama_memory_i
impl Unpin for llama_memory_i
impl UnwindSafe for llama_memory_i
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