pub struct MsaSelectTopkBlocksConfig {
pub batch: usize,
pub rows: usize,
pub blocks: usize,
pub top_k: usize,
}Fields§
§batch: usize§rows: usize§blocks: usize§top_k: usizeTrait Implementations§
Source§impl Clone for MsaSelectTopkBlocksConfig
impl Clone for MsaSelectTopkBlocksConfig
Source§fn clone(&self) -> MsaSelectTopkBlocksConfig
fn clone(&self) -> MsaSelectTopkBlocksConfig
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 MsaSelectTopkBlocksConfig
Source§impl Debug for MsaSelectTopkBlocksConfig
impl Debug for MsaSelectTopkBlocksConfig
Source§impl PartialEq for MsaSelectTopkBlocksConfig
impl PartialEq for MsaSelectTopkBlocksConfig
Source§fn eq(&self, other: &MsaSelectTopkBlocksConfig) -> bool
fn eq(&self, other: &MsaSelectTopkBlocksConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MsaSelectTopkBlocksConfig
Auto Trait Implementations§
impl Freeze for MsaSelectTopkBlocksConfig
impl RefUnwindSafe for MsaSelectTopkBlocksConfig
impl Send for MsaSelectTopkBlocksConfig
impl Sync for MsaSelectTopkBlocksConfig
impl Unpin for MsaSelectTopkBlocksConfig
impl UnsafeUnpin for MsaSelectTopkBlocksConfig
impl UnwindSafe for MsaSelectTopkBlocksConfig
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