mirror of
https://github.com/qdrant/qdrant.git
synced 2026-09-21 13:37:46 -05:00
Add repr(C) attribute to type used in MmapSlice (#7472)
This commit is contained in:
+1
@@ -28,6 +28,7 @@ const OFFSETS_DIR_PATH: &str = "offsets";
|
||||
const DELETED_DIR_PATH: &str = "deleted";
|
||||
|
||||
#[derive(Clone, Copy, Debug, Default, PartialEq)]
|
||||
#[repr(C)]
|
||||
pub struct MultivectorMmapOffset {
|
||||
offset: u32,
|
||||
count: u32,
|
||||
|
||||
Reference in New Issue
Block a user