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