pub trait TDBackgroundFill: Debug + RObject { }
Expand description

Describes a fill of a background

Implementations on Foreign Types§

source§

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

source§

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

Implementors§