pub struct FixedArrayParams {
pub max_dblk_page_nelmts_bits: u8,
}Expand description
Parameters for the fixed array chunk index (max_dblk_page_nelmts_bits).
Fields§
§max_dblk_page_nelmts_bits: u8Implementations§
Source§impl FixedArrayParams
impl FixedArrayParams
pub fn default_params() -> Self
Trait Implementations§
Source§impl Clone for FixedArrayParams
impl Clone for FixedArrayParams
Source§fn clone(&self) -> FixedArrayParams
fn clone(&self) -> FixedArrayParams
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 Debug for FixedArrayParams
impl Debug for FixedArrayParams
Source§impl PartialEq for FixedArrayParams
impl PartialEq for FixedArrayParams
impl Eq for FixedArrayParams
impl StructuralPartialEq for FixedArrayParams
Auto Trait Implementations§
impl Freeze for FixedArrayParams
impl RefUnwindSafe for FixedArrayParams
impl Send for FixedArrayParams
impl Sync for FixedArrayParams
impl Unpin for FixedArrayParams
impl UnsafeUnpin for FixedArrayParams
impl UnwindSafe for FixedArrayParams
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