Struct rlua::LightUserData [] [src]

pub struct LightUserData(pub *mut c_void);

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

Trait Implementations

impl Debug for LightUserData
[src]

[src]

Formats the value using the given formatter.

impl Copy for LightUserData
[src]

impl Clone for LightUserData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for LightUserData
[src]

impl PartialEq for LightUserData
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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

[src]

Performs the conversion.

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

[src]

Performs the conversion.