Trait IGeoshape_Impl
pub trait IGeoshape_Impl: IUnknownImpl {
// Required methods
fn GeoshapeType(&self) -> Result<GeoshapeType>;
fn SpatialReferenceId(&self) -> Result<u32>;
fn AltitudeReferenceSystem(&self) -> Result<AltitudeReferenceSystem>;
}
Required Methods§
fn GeoshapeType(&self) -> Result<GeoshapeType>
fn SpatialReferenceId(&self) -> Result<u32>
fn AltitudeReferenceSystem(&self) -> Result<AltitudeReferenceSystem>
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.