mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Add to_pointer function to Function/Table/Thread
This commit is contained in:
+1
-1
@@ -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.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user