Skip to main content

IVersusServerCasualData_GodBondBackup

Trait IVersusServerCasualData_GodBondBackup 

Source
pub trait IVersusServerCasualData_GodBondBackup: IObject {
    // Provided methods
    fn m_buffer(self) -> Array<u8> { ... }
    fn set_m_buffer(self, value: Array<u8>) { ... }
    fn m_stream(self) -> Stream_2 { ... }
    fn set_m_stream(self, value: Stream_2) { ... }
    fn m_bonds_dict(self) -> Dictionary_2<Il2CppString, i32> { ... }
    fn set_m_bonds_dict(self, value: Dictionary_2<Il2CppString, i32>) { ... }
}

Provided Methods§

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§