Type Definition mond::Integer [] [src]

type Integer = int64_t;

A Lua integer, usually equivalent to i64.

Trait Implementations

impl ToLua for Integer
[src]

[src]

Pushes a value of type Self onto the stack of a Lua state.

impl FromLua for Integer
[src]

[src]

Converts the value on top of the stack of a Lua state to a value of type Option<Self>. Read more