Struct rlua::LightUserData[][src]

pub struct LightUserData(pub *mut c_void);

A "light" userdata value. Equivalent to an unmanaged raw pointer.

Trait Implementations

impl<'lua> ToLua<'lua> for LightUserData
[src]

Performs the conversion.

impl<'lua> FromLua<'lua> for LightUserData
[src]

Performs the conversion.

impl Debug for LightUserData
[src]

Formats the value using the given formatter. Read more

impl Copy for LightUserData
[src]

impl Clone for LightUserData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for LightUserData
[src]

impl PartialEq for LightUserData
[src]

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 !Send for LightUserData

impl !Sync for LightUserData