#[repr(C)]pub struct common_fit_extra_model {
pub path_model: *const c_char,
pub mparams: *mut llama_model_params,
pub cparams: *mut llama_context_params,
pub shares_model: bool,
}Fields§
§path_model: *const c_char§mparams: *mut llama_model_params§cparams: *mut llama_context_paramsTrait Implementations§
Source§impl Clone for common_fit_extra_model
impl Clone for common_fit_extra_model
Source§fn clone(&self) -> common_fit_extra_model
fn clone(&self) -> common_fit_extra_model
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for common_fit_extra_model
Source§impl Debug for common_fit_extra_model
impl Debug for common_fit_extra_model
Source§impl PartialEq for common_fit_extra_model
impl PartialEq for common_fit_extra_model
impl StructuralPartialEq for common_fit_extra_model
Auto Trait Implementations§
impl !Send for common_fit_extra_model
impl !Sync for common_fit_extra_model
impl Freeze for common_fit_extra_model
impl RefUnwindSafe for common_fit_extra_model
impl Unpin for common_fit_extra_model
impl UnsafeUnpin for common_fit_extra_model
impl UnwindSafe for common_fit_extra_model
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