pub trait IGmapSequence_GmapWholeMapSequence: IProcInst {
// Provided methods
fn m_whole_map(self) -> GmapWholeMapController { ... }
fn set_m_whole_map(self, value: GmapWholeMapController) { ... }
fn m_gmap_camera(self) -> GmapCamera { ... }
fn set_m_gmap_camera(self, value: GmapCamera) { ... }
fn m_map_info(self) -> GmapMapInfoContent { ... }
fn set_m_map_info(self, value: GmapMapInfoContent) { ... }
}Provided Methods§
fn m_whole_map(self) -> GmapWholeMapController
fn set_m_whole_map(self, value: GmapWholeMapController)
fn m_gmap_camera(self) -> GmapCamera
fn set_m_gmap_camera(self, value: GmapCamera)
fn m_map_info(self) -> GmapMapInfoContent
fn set_m_map_info(self, value: GmapMapInfoContent)
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.