Skip to main content

ICookData

Trait ICookData 

Source
pub trait ICookData: IStructData_1<CookData> {
    // Provided methods
    fn mask_color100(self) -> Color { ... }
    fn set_mask_color100(self, value: Color) { ... }
    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§