Skip to main content

IShopSequnece

Trait IShopSequnece 

Source
pub trait IShopSequnece: IProcInst {
    // Provided methods
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_name(self) -> Il2CppString { ... }
    fn set_m_name(self, value: Il2CppString) { ... }
}

Provided Methods§

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_name(self) -> Il2CppString

Source

fn set_m_name(self, value: Il2CppString)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§