pub trait IVersusSendReportSequence_UploadInfoMethods: IVersusSendReportSequence_UploadInfo {
// Provided methods
fn set_data_id(self, value: impl Into<u64>) { ... }
fn get_data_id(self) -> u64 { ... }
fn set_screen_shot_id(self, value: impl Into<u64>) { ... }
fn get_screen_shot_id(self) -> u64 { ... }
fn set_reason(self, value: impl Into<Il2CppString>) { ... }
fn get_reason(self) -> Il2CppString { ... }
fn set_principal_id(self, value: impl Into<u64>) { ... }
fn get_principal_id(self) -> u64 { ... }
fn set_language(self, value: impl Into<Il2CppString>) { ... }
fn get_language(self) -> Il2CppString { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set_data_id(self, value: impl Into<u64>)
fn set_data_id(self, value: impl Into<u64>)
set_DataId(u64) overload
Sourcefn get_data_id(self) -> u64
fn get_data_id(self) -> u64
get_DataId() overload
Sourcefn set_screen_shot_id(self, value: impl Into<u64>)
fn set_screen_shot_id(self, value: impl Into<u64>)
set_ScreenShotId(u64) overload
Sourcefn get_screen_shot_id(self) -> u64
fn get_screen_shot_id(self) -> u64
get_ScreenShotId() overload
Sourcefn set_reason(self, value: impl Into<Il2CppString>)
fn set_reason(self, value: impl Into<Il2CppString>)
set_Reason(::unity::Il2CppString) overload
Sourcefn get_reason(self) -> Il2CppString
fn get_reason(self) -> Il2CppString
get_Reason() overload
Sourcefn set_principal_id(self, value: impl Into<u64>)
fn set_principal_id(self, value: impl Into<u64>)
set_PrincipalId(u64) overload
Sourcefn get_principal_id(self) -> u64
fn get_principal_id(self) -> u64
get_PrincipalId() overload
Sourcefn set_language(self, value: impl Into<Il2CppString>)
fn set_language(self, value: impl Into<Il2CppString>)
set_Language(::unity::Il2CppString) overload
Sourcefn get_language(self) -> Il2CppString
fn get_language(self) -> Il2CppString
get_Language() 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: IVersusSendReportSequence_UploadInfo> IVersusSendReportSequence_UploadInfoMethods for __T
Available on crate feature
app-versussendreportsequence only.