Skip to main content

IBinDumpBinaryWriter

Trait IBinDumpBinaryWriter 

Source
pub trait IBinDumpBinaryWriter: IBinaryWriter {
    // Provided methods
    fn m_string_map(self) -> Dictionary_2<Il2CppString, i32> { ... }
    fn set_m_string_map(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§