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§
Sourcefn get_item_id(self) -> Il2CppString
fn get_item_id(self) -> Il2CppString
get_ItemId() overload
Sourcefn set_item_id(self, value: impl Into<Il2CppString>)
fn set_item_id(self, value: impl Into<Il2CppString>)
set_ItemId(::unity::Il2CppString) 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§
impl<__T: IHubInvestmentBonusItem> IHubInvestmentBonusItemMethods for __T
Available on crate feature
app-hubinvestmentbonusitem only.