Skip to main content

IGUILayoutOption

Trait IGUILayoutOption 

Source
pub trait IGUILayoutOption: IObject {
    // Provided methods
    fn type(self) -> GUILayoutOption_Type { ... }
    fn set_type(self, value: GUILayoutOption_Type) { ... }
    fn value(self) -> IlInstance { ... }
    fn set_value(self, value: IlInstance) { ... }
}

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§