Skip to main content

IMapDeployBitImageMethods

Trait IMapDeployBitImageMethods 

Source
pub trait IMapDeployBitImageMethods: IMapDeployBitImage {
    // Provided methods
    fn get_display(self) -> MapDeployTemplate_1_DisplayType<MapDeploy> { ... }
    fn set_display(
        self,
        value: impl Into<MapDeployTemplate_1_DisplayType<MapDeploy>>,
    ) { ... }
    fn try_set(self, x: impl Into<i32>, z: impl Into<i32>) { ... }
    fn try_clear(self) { ... }
    fn get(self, unit: impl Into<Unit>) -> bool { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_display(self) -> MapDeployTemplate_1_DisplayType<MapDeploy>

get_Display() overload

Source

fn set_display( self, value: impl Into<MapDeployTemplate_1_DisplayType<MapDeploy>>, )

set_Display(crate::app::mapdeploytemplate_1::MapDeployTemplate_1_DisplayType<crate::app::mapdeploy::MapDeploy>) overload

Source

fn try_set(self, x: impl Into<i32>, z: impl Into<i32>)

TrySet(i32, i32) overload

Source

fn try_clear(self)

TryClear() overload

Source

fn get(self, unit: impl Into<Unit>) -> bool

Get(crate::app::unit::Unit) overload

Source

fn ctor(self)

.ctor() overload

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§

Source§

impl<__T: IMapDeployBitImage> IMapDeployBitImageMethods for __T

Available on crate feature app-mapdeploybitimage only.