rglua::lua

Function luaL_buffinit

Source
pub fn luaL_buffinit(l: LuaState, b: *mut LuaBuffer)
Expand description

Initializes a buffer b. This function does not allocate any space; the buffer must be declared as a variable.