#[repr(i32)]pub enum KVCacheMode {
kLINEAR = 0,
}Expand description
! ! \enum KVCacheMode ! ! \brief Enumerates the KVCache modes that may be performed by a KVCacheUpdate layer. !
Variants§
kLINEAR = 0
!< Linear mode.
Trait Implementations§
Source§impl Clone for KVCacheMode
impl Clone for KVCacheMode
Source§fn clone(&self) -> KVCacheMode
fn clone(&self) -> KVCacheMode
Returns a duplicate 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 ExternType for KVCacheMode
impl ExternType for KVCacheMode
Source§impl Hash for KVCacheMode
impl Hash for KVCacheMode
Source§impl PartialEq for KVCacheMode
impl PartialEq for KVCacheMode
impl Eq for KVCacheMode
impl StructuralPartialEq for KVCacheMode
impl UniquePtrTarget for KVCacheMode
impl VectorElement for KVCacheMode
impl WeakPtrTarget for KVCacheMode
Auto Trait Implementations§
impl Freeze for KVCacheMode
impl RefUnwindSafe for KVCacheMode
impl Send for KVCacheMode
impl Sync for KVCacheMode
impl Unpin for KVCacheMode
impl UnwindSafe for KVCacheMode
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