We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lua_Callbacks
1 parent 3d46fad commit 3a44729Copy full SHA for 3a44729
1 file changed
mlua-sys/src/luau/lua.rs
@@ -525,6 +525,7 @@ pub struct lua_Debug {
525
//
526
527
#[repr(C)]
528
+#[non_exhaustive]
529
pub struct lua_Callbacks {
530
/// arbitrary userdata pointer that is never overwritten by Luau
531
pub userdata: *mut c_void,
0 commit comments