Skip to main content

IRelayStampDataMethods

Trait IRelayStampDataMethods 

Source
pub trait IRelayStampDataMethods: IRelayStampData {
Show 19 methods // Provided methods fn get_name(self) -> Il2CppString { ... } fn set_name(self, value: impl Into<Il2CppString>) { ... } fn get_serial_no(self) -> u8 { ... } fn set_serial_no(self, value: impl Into<u8>) { ... } fn get_pid(self) -> Il2CppString { ... } fn set_pid(self, value: impl Into<Il2CppString>) { ... } fn get_gid(self) -> Il2CppString { ... } fn set_gid(self, value: impl Into<Il2CppString>) { ... } fn get_kind(self) -> RelayStampData_Kinds { ... } fn set_kind(self, value: impl Into<RelayStampData_Kinds>) { ... } fn get_sort(self) -> i32 { ... } fn set_sort(self, value: impl Into<i32>) { ... } fn get_flag(self) -> RelayStampData_FlagField { ... } fn set_flag(self, value: impl Into<RelayStampData_FlagField>) { ... } fn get_voice(self) -> Il2CppString { ... } fn set_voice(self, value: impl Into<Il2CppString>) { ... } fn get_message(self) -> Il2CppString { ... } fn get_debug_name(self) -> Il2CppString { ... } fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_name(self) -> Il2CppString

get_Name() overload

Source

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

set_Name(::unity::Il2CppString) overload

Source

fn get_serial_no(self) -> u8

get_SerialNo() overload

Source

fn set_serial_no(self, value: impl Into<u8>)

set_SerialNo(u8) overload

Source

fn get_pid(self) -> Il2CppString

get_Pid() overload

Source

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

set_Pid(::unity::Il2CppString) overload

Source

fn get_gid(self) -> Il2CppString

get_Gid() overload

Source

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

set_Gid(::unity::Il2CppString) overload

Source

fn get_kind(self) -> RelayStampData_Kinds

get_Kind() overload

Source

fn set_kind(self, value: impl Into<RelayStampData_Kinds>)

set_Kind(crate::app::relaystampdata::RelayStampData_Kinds) overload

Source

fn get_sort(self) -> i32

get_Sort() overload

Source

fn set_sort(self, value: impl Into<i32>)

set_Sort(i32) overload

Source

fn get_flag(self) -> RelayStampData_FlagField

get_Flag() overload

Source

fn set_flag(self, value: impl Into<RelayStampData_FlagField>)

set_Flag(crate::app::relaystampdata::RelayStampData_FlagField) overload

Source

fn get_voice(self) -> Il2CppString

get_Voice() overload

Source

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

set_Voice(::unity::Il2CppString) overload

Source

fn get_message(self) -> Il2CppString

GetMessage() overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() 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: IRelayStampData> IRelayStampDataMethods for __T

Available on crate feature app-relaystampdata only.