Skip to main content

ITMP_StyleSheet

Trait ITMP_StyleSheet 

Source
pub trait ITMP_StyleSheet: IScriptableObject {
    // Provided methods
    fn m_style_list(self) -> List_1<TMP_Style> { ... }
    fn set_m_style_list(self, value: List_1<TMP_Style>) { ... }
    fn m_style_lookup_dictionary(self) -> Dictionary_2<i32, TMP_Style> { ... }
    fn set_m_style_lookup_dictionary(self, value: Dictionary_2<i32, TMP_Style>) { ... }
}

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§