pub trait IMapImageSightCoreMethods: IMapImageSightCore {
// Provided methods
fn set(self, sx: impl Into<i32>, sz: impl Into<i32>, sight: impl Into<i32>) { ... }
fn set_2(self, unit: impl Into<Unit>) { ... }
fn clear_in_sight(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn set(self, sx: impl Into<i32>, sz: impl Into<i32>, sight: impl Into<i32>)
fn set(self, sx: impl Into<i32>, sz: impl Into<i32>, sight: impl Into<i32>)
Set(i32, i32, i32) overload
Sourcefn clear_in_sight(self)
fn clear_in_sight(self)
ClearInSight() 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§
impl<__T: IMapImageSightCore> IMapImageSightCoreMethods for __T
Available on crate feature
app-mapimagesightcore only.