Struct rlua::LuaFunction [] [src]

pub struct LuaFunction<'lua>(_);

Handle to an an internal lua function

Methods

impl<'lua> LuaFunction<'lua>
[src]

Trait Implementations

impl<'lua> Clone for LuaFunction<'lua>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'lua> Debug for LuaFunction<'lua>
[src]

Formats the value using the given formatter.

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

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