#[repr(C)]pub struct llama_sampler_seq_config {
pub seq_id: llama_seq_id,
pub sampler: *mut llama_sampler,
}Fields§
§seq_id: llama_seq_id§sampler: *mut llama_samplerTrait Implementations§
Source§impl Clone for llama_sampler_seq_config
impl Clone for llama_sampler_seq_config
impl Copy for llama_sampler_seq_config
Source§impl Debug for llama_sampler_seq_config
impl Debug for llama_sampler_seq_config
Source§impl PartialEq for llama_sampler_seq_config
impl PartialEq for llama_sampler_seq_config
impl StructuralPartialEq for llama_sampler_seq_config
Auto Trait Implementations§
impl !Send for llama_sampler_seq_config
impl !Sync for llama_sampler_seq_config
impl Freeze for llama_sampler_seq_config
impl RefUnwindSafe for llama_sampler_seq_config
impl Unpin for llama_sampler_seq_config
impl UnsafeUnpin for llama_sampler_seq_config
impl UnwindSafe for llama_sampler_seq_config
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