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