Skip to main content

IGameSaveData_ProcCopy

Trait IGameSaveData_ProcCopy 

Source
pub trait IGameSaveData_ProcCopy: IGameSaveData_ProcBase {
    // Provided methods
    fn m_data(self) -> Array<u8> { ... }
    fn set_m_data(self, value: Array<u8>) { ... }
}

Provided Methods§

Source

fn m_data(self) -> Array<u8>

Source

fn set_m_data(self, value: Array<u8>)

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§