#[repr(C)]pub struct LlamaModelTensorOverride {
pub pattern: *const c_char,
pub tensor_type: GgmlType,
}Fields§
§pattern: *const c_char§tensor_type: GgmlTypeTrait Implementations§
Source§impl Clone for LlamaModelTensorOverride
impl Clone for LlamaModelTensorOverride
Source§fn clone(&self) -> LlamaModelTensorOverride
fn clone(&self) -> LlamaModelTensorOverride
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 LlamaModelTensorOverride
Auto Trait Implementations§
impl !Send for LlamaModelTensorOverride
impl !Sync for LlamaModelTensorOverride
impl Freeze for LlamaModelTensorOverride
impl RefUnwindSafe for LlamaModelTensorOverride
impl Unpin for LlamaModelTensorOverride
impl UnsafeUnpin for LlamaModelTensorOverride
impl UnwindSafe for LlamaModelTensorOverride
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