Skip to main content

IDebugCommandlineRom_OptionsMethods

Trait IDebugCommandlineRom_OptionsMethods 

Source
pub trait IDebugCommandlineRom_OptionsMethods: IDebugCommandlineRom_Options {
    // Provided methods
    fn get_save_data_root_path(self) -> Il2CppString { ... }
    fn set_save_data_root_path(self, value: impl Into<Il2CppString>) { ... }
    fn get_relay_data_root_path(self) -> Il2CppString { ... }
    fn set_relay_data_root_path(self, value: impl Into<Il2CppString>) { ... }
    fn get_versus_data_root_path(self) -> Il2CppString { ... }
    fn set_versus_data_root_path(self, value: impl Into<Il2CppString>) { ... }
    fn get_is_auto_play(self) -> bool { ... }
    fn set_is_auto_play(self, value: impl Into<bool>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_save_data_root_path(self) -> Il2CppString

get_SaveDataRootPath() overload

Source

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

set_SaveDataRootPath(::unity::Il2CppString) overload

Source

fn get_relay_data_root_path(self) -> Il2CppString

get_RelayDataRootPath() overload

Source

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

set_RelayDataRootPath(::unity::Il2CppString) overload

Source

fn get_versus_data_root_path(self) -> Il2CppString

get_VersusDataRootPath() overload

Source

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

set_VersusDataRootPath(::unity::Il2CppString) overload

Source

fn get_is_auto_play(self) -> bool

get_IsAutoPlay() overload

Source

fn set_is_auto_play(self, value: impl Into<bool>)

set_IsAutoPlay(bool) 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: IDebugCommandlineRom_Options> IDebugCommandlineRom_OptionsMethods for __T

Available on crate feature app-debugcommandlinerom only.