[][src]Trait smash::lib::LuaTableIndex

pub trait LuaTableIndex: Sized {
    fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue;
fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue; }

Required methods

fn index_with<'a>(&self, l2c_val: &'a L2CValue) -> &'a L2CValue

fn index_with_mut<'a>(&self, l2c_val: &'a mut L2CValue) -> &'a mut L2CValue

Loading content...

Implementations on Foreign Types

impl LuaTableIndex for i32[src]

impl LuaTableIndex for u64[src]

impl<'_> LuaTableIndex for &'_ str[src]

Loading content...

Implementors

impl LuaTableIndex for L2CValue[src]

Loading content...