Skip to main content

INexKillBonus

Trait INexKillBonus 

Source
pub trait INexKillBonus: ISingletonClass_1<NexKillBonus> {
    // Provided methods
    fn m_is_succeeded(self) -> bool { ... }
    fn set_m_is_succeeded(self, value: bool) { ... }
    fn m_serialize_stream(self) -> Stream_2 { ... }
    fn set_m_serialize_stream(self, value: Stream_2) { ... }
    fn m_serialize_stream_buffer(self) -> Array<u8> { ... }
    fn set_m_serialize_stream_buffer(self, value: Array<u8>) { ... }
}

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§