Skip to main content

IHubInvestmentBonusItemMethods

Trait IHubInvestmentBonusItemMethods 

Source
pub trait IHubInvestmentBonusItemMethods: IHubInvestmentBonusItem {
    // Provided methods
    fn get_item_id(self) -> Il2CppString { ... }
    fn set_item_id(self, value: impl Into<Il2CppString>) { ... }
    fn get_num(self) -> u8 { ... }
    fn set_num(self, value: impl Into<u8>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_item_id(self) -> Il2CppString

get_ItemId() overload

Source

fn set_item_id(self, value: impl Into<Il2CppString>)

set_ItemId(::unity::Il2CppString) overload

Source

fn get_num(self) -> u8

get_Num() overload

Source

fn set_num(self, value: impl Into<u8>)

set_Num(u8) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IHubInvestmentBonusItem> IHubInvestmentBonusItemMethods for __T

Available on crate feature app-hubinvestmentbonusitem only.