pub type obj_sync_mode_t = i32;Expand description
SyncMode selector for obj_config_t::sync_mode.
Three variants, mapping 1:1 to obj_engine::SyncMode. Values are
chosen for cbindgen-stable layout: int32_t repr keeps the
type word-aligned for the surrounding obj_config_t.