pub trait IRelay_DisposPlayerCountsSequence: IProcInst {
// Provided methods
fn m_index(self) -> i32 { ... }
fn set_m_index(self, value: i32) { ... }
fn m_cid(self) -> Il2CppString { ... }
fn set_m_cid(self, value: Il2CppString) { ... }
}Provided Methods§
fn m_index(self) -> i32
fn set_m_index(self, value: i32)
fn m_cid(self) -> Il2CppString
fn set_m_cid(self, value: Il2CppString)
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.