give cellvtable debug

This commit is contained in:
bgkillas 2025-07-08 09:39:34 -04:00
parent 85773154fd
commit 7b54962824

View file

@ -254,6 +254,7 @@ pub struct CellData {
}
#[repr(C)]
#[derive(Debug)]
pub struct CellVTable {
pub destroy: *const c_void,
pub get_cell_type: *const c_void,