pub struct Layout {
pub shards: u64,
pub rows_per_shard: u64,
pub width: u64,
pub row_bytes: u64,
pub badge_rows: u64,
}Expand description
物理布局描述:分片化的定长行存储(如 PLE: 128 shards × [2_500_012, 160] FP8)。
Fields§
§shards: u64§rows_per_shard: u64§width: u64§row_bytes: u64§badge_rows: u64Implementations§
Trait Implementations§
impl Copy for Layout
impl StructuralPartialEq for Layout
Auto Trait Implementations§
impl Freeze for Layout
impl RefUnwindSafe for Layout
impl Send for Layout
impl Sync for Layout
impl Unpin for Layout
impl UnsafeUnpin for Layout
impl UnwindSafe for Layout
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