Skip to main content

IRelay_DisposPlayerCountsSequence

Trait IRelay_DisposPlayerCountsSequence 

Source
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§

Source

fn m_index(self) -> i32

Source

fn set_m_index(self, value: i32)

Source

fn m_cid(self) -> Il2CppString

Source

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.

Implementors§