Skip to main content

IGmapSequence_GmapWholeMapSequence

Trait IGmapSequence_GmapWholeMapSequence 

Source
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§

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§