Skip to main content

IHubInvestmentBonusFoodMethods

Trait IHubInvestmentBonusFoodMethods 

Source
pub trait IHubInvestmentBonusFoodMethods: IHubInvestmentBonusFood {
    // Provided methods
    fn get_foodstuff(self) -> Il2CppString { ... }
    fn set_foodstuff(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_foodstuff(self) -> Il2CppString

get_Foodstuff() overload

Source

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

set_Foodstuff(::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: IHubInvestmentBonusFood> IHubInvestmentBonusFoodMethods for __T

Available on crate feature app-hubinvestmentbonusfood only.