#[repr(C)]pub struct llama_sampler_chain_params {
pub no_perf: bool,
}
Fields§
§no_perf: bool
Trait Implementations§
Source§impl Clone for llama_sampler_chain_params
impl Clone for llama_sampler_chain_params
Source§fn clone(&self) -> llama_sampler_chain_params
fn clone(&self) -> llama_sampler_chain_params
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_sampler_chain_params
impl Debug for llama_sampler_chain_params
impl Copy for llama_sampler_chain_params
impl StructuralPartialEq for llama_sampler_chain_params
Auto Trait Implementations§
impl Freeze for llama_sampler_chain_params
impl RefUnwindSafe for llama_sampler_chain_params
impl Send for llama_sampler_chain_params
impl Sync for llama_sampler_chain_params
impl Unpin for llama_sampler_chain_params
impl UnwindSafe for llama_sampler_chain_params
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