Skip to main content

IMapPanelSortie_DontPosChangeMap

Trait IMapPanelSortie_DontPosChangeMap 

Source
pub trait IMapPanelSortie_DontPosChangeMap: IObject {
    // Provided methods
    fn m_bits(self) -> BitArray { ... }
    fn set_m_bits(self, value: BitArray) { ... }
}

Provided Methods§

Source

fn m_bits(self) -> BitArray

Source

fn set_m_bits(self, value: BitArray)

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§