pub struct LuaLightUserdata { /* private fields */ }
Expand description
Represents a pointer on the Lua stack
Note that you can not retrive the value of light userdata from Lua.
Implementations§
Source§impl LuaLightUserdata
impl LuaLightUserdata
Sourcepub fn new(i: Index) -> LuaLightUserdata
pub fn new(i: Index) -> LuaLightUserdata
Create a new LuaLightUserdata at the given index
Trait Implementations§
Source§impl FromLua for LuaLightUserdata
impl FromLua for LuaLightUserdata
Source§impl LuaStackable for LuaLightUserdata
impl LuaStackable for LuaLightUserdata
Auto Trait Implementations§
impl Freeze for LuaLightUserdata
impl RefUnwindSafe for LuaLightUserdata
impl Send for LuaLightUserdata
impl Sync for LuaLightUserdata
impl Unpin for LuaLightUserdata
impl UnwindSafe for LuaLightUserdata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more