Skip to main content

IGUILayoutUtility_LayoutCache

Trait IGUILayoutUtility_LayoutCache 

Source
pub trait IGUILayoutUtility_LayoutCache: IObject {
    // Provided methods
    fn top_level(self) -> GUILayoutGroup { ... }
    fn set_top_level(self, value: GUILayoutGroup) { ... }
    fn windows(self) -> GUILayoutGroup { ... }
    fn set_windows(self, value: GUILayoutGroup) { ... }
}

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§