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