[][src]Trait rtdlib::types::TDBackgroundType

pub trait TDBackgroundType: Debug + RObject { }

TRAIT | Describes the type of a background

Implementations on Foreign Types

impl<'a, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a BACKGROUNDTYPE[src]

impl<'a, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a mut BACKGROUNDTYPE[src]

Loading content...

Implementors

impl TDBackgroundType for BackgroundTypeFill[src]

impl TDBackgroundType for BackgroundTypePattern[src]

impl TDBackgroundType for BackgroundTypeWallpaper[src]

Loading content...