Skip to main content

IAccessoryShopContent

Trait IAccessoryShopContent 

Source
pub trait IAccessoryShopContent: IObject {
    // Provided methods
    fn m_aid(self) -> Il2CppString { ... }
    fn set_m_aid(self, value: Il2CppString) { ... }
    fn m_new_arrival(self) -> bool { ... }
    fn set_m_new_arrival(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_aid(self) -> Il2CppString

Source

fn set_m_aid(self, value: Il2CppString)

Source

fn m_new_arrival(self) -> bool

Source

fn set_m_new_arrival(self, value: bool)

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§