pub trait ISaveDataMenu_ConfirmDialog_YesItemMethods: ISaveDataMenu_ConfirmDialog_YesItem {
// Provided method
fn ctor(
self,
dest_save_data_header_handle: impl Into<GameSaveDataHeaderReader_Handle>,
text: impl Into<Il2CppString>,
) { ... }
}Provided Methods§
Sourcefn ctor(
self,
dest_save_data_header_handle: impl Into<GameSaveDataHeaderReader_Handle>,
text: impl Into<Il2CppString>,
)
fn ctor( self, dest_save_data_header_handle: impl Into<GameSaveDataHeaderReader_Handle>, text: impl Into<Il2CppString>, )
.ctor(crate::app::gamesavedataheaderreader::GameSaveDataHeaderReader_Handle, ::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: ISaveDataMenu_ConfirmDialog_YesItem> ISaveDataMenu_ConfirmDialog_YesItemMethods for __T
Available on crate feature
app-savedatamenu only.