Skip to main content

IMascotColorData

Trait IMascotColorData 

Source
pub trait IMascotColorData: IStructData_1<MascotColorData> {
    // Provided methods
    fn mask_color075(self) -> Color { ... }
    fn set_mask_color075(self, value: Color) { ... }
}

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§