[][src]Trait rtdlib::types::TDBackgroundFill

pub trait TDBackgroundFill: Debug + RObject { }

TRAIT | Describes a fill of a background

Implementations on Foreign Types

impl<'a, BACKGROUNDFILL: TDBackgroundFill> TDBackgroundFill for &'a BACKGROUNDFILL[src]

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

Loading content...

Implementors

impl TDBackgroundFill for BackgroundFillGradient[src]

impl TDBackgroundFill for BackgroundFillSolid[src]

Loading content...