pub trait IMapImageSight: IMapImageSightCore {
// Provided methods
fn m_force_type(self) -> Force_Type { ... }
fn set_m_force_type(self, value: Force_Type) { ... }
}Provided Methods§
fn m_force_type(self) -> Force_Type
fn set_m_force_type(self, value: Force_Type)
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.