Add to_pointer function to Function/Table/Thread

This commit is contained in:
Alex Orlenko
2024-02-02 09:23:16 +00:00
parent f4d783cb41
commit 908f37656a
10 changed files with 100 additions and 4 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ impl<'lua> String<'lua> {
}
}
/// Converts the string to a generic C pointer.
/// Converts this string to a generic C pointer.
///
/// There is no way to convert the pointer back to its original value.
///