Skip to main content

TDBackgroundFill

Trait TDBackgroundFill 

Source
pub trait TDBackgroundFill: Debug + RObject { }
Expand description

Describes a fill of a background

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, BACKGROUNDFILL: TDBackgroundFill> TDBackgroundFill for &'a BACKGROUNDFILL

Source§

impl<'a, BACKGROUNDFILL: TDBackgroundFill> TDBackgroundFill for &'a mut BACKGROUNDFILL

Implementors§