Skip to main content

IMapImageUnit

Trait IMapImageUnit 

Source
pub trait IMapImageUnit: IMapImageCoreByte {
    // Provided methods
    fn m_cells(self) -> Array<MapPos> { ... }
    fn set_m_cells(self, value: Array<MapPos>) { ... }
}

Provided Methods§

Source

fn m_cells(self) -> Array<MapPos>

Source

fn set_m_cells(self, value: Array<MapPos>)

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§