pub struct BufferData { /// Memory map for pixel data pub map: Arc<Box<memmap::MmapMut>>, pub otherdata: i32, } 我需要写进它的 map 字段,所以我将原始指针 ...
確定! 回上一頁