pub trait ICombatViewerSettings_ViewerPhaseMethods: ICombatViewerSettings_ViewerPhase {
// Provided methods
fn ctor(self) { ... }
fn get_is_end(self) -> bool { ... }
fn get_item(self, i: impl Into<i32>) -> Il2CppString { ... }
fn set_item(self, i: impl Into<i32>, value: impl Into<Il2CppString>) { ... }
}Provided Methods§
Sourcefn get_is_end(self) -> bool
fn get_is_end(self) -> bool
get_IsEnd() overload
Sourcefn get_item(self, i: impl Into<i32>) -> Il2CppString
fn get_item(self, i: impl Into<i32>) -> Il2CppString
get_Item(i32) overload
Sourcefn set_item(self, i: impl Into<i32>, value: impl Into<Il2CppString>)
fn set_item(self, i: impl Into<i32>, value: impl Into<Il2CppString>)
set_Item(i32, ::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: ICombatViewerSettings_ViewerPhase> ICombatViewerSettings_ViewerPhaseMethods for __T
Available on crate feature
combat-combatviewersettings only.