Type Definition mond::Number [] [src]

type Number = c_double;

A Lua number, usually equivalent to f64.

Trait Implementations

impl ToLua for Number
[src]

[src]

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

impl FromLua for Number
[src]

[src]

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