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