Struct rlua::prelude::LuaLightUserData
source · [−]Expand description
A “light” userdata value. Equivalent to an unmanaged raw pointer.
Tuple Fields
0: *mut c_voidTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for LightUserData
impl !Send for LightUserData
impl !Sync for LightUserData
impl Unpin for LightUserData
impl UnwindSafe for LightUserData
Blanket Implementations
Mutably borrows from an owned value. Read more