Bindings to the functions under _G.bit32.
As of Lua 5.3, the entire bit32 library is deprecated.
pub fn arshift() -> glua.Value
Returns the bit32.arshift function.
pub fn band() -> glua.Value
Returns the bit32.band function.
pub fn bnot() -> glua.Value
Returns the bit32.bnot function.
pub fn bor() -> glua.Value
Returns the bit32.bor function.
pub fn btest() -> glua.Value
Returns the bit32.btest function.
pub fn bxor() -> glua.Value
Returns the bit32.bxor function.
pub fn extract() -> glua.Value
Returns the bit32.extract function.
pub fn lrotate() -> glua.Value
Returns the bit32.lrotate function.
pub fn lshift() -> glua.Value
Returns the bit32.lshift function.
pub fn replace() -> glua.Value
Returns the bit32.replace function.
pub fn rrotate() -> glua.Value
Returns the bit32.rrotate function.
pub fn rshift() -> glua.Value
Returns the bit32.rshift function.