Skip to main content

IHubMiniMap_IconDataMethods

Trait IHubMiniMap_IconDataMethods 

Source
pub trait IHubMiniMap_IconDataMethods: IHubMiniMap_IconData {
    // Provided methods
    fn set_active(self, active: impl Into<bool>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_active(self, active: impl Into<bool>)

SetActive(bool) overload

Source

fn ctor(self)

.ctor() 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§

Source§

impl<__T: IHubMiniMap_IconData> IHubMiniMap_IconDataMethods for __T

Available on crate feature app-hubminimap only.