pub trait TDBackgroundType: Debug + RObject { }
Expand description

Describes the type of a background

Implementations on Foreign Types§

source§

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

source§

impl<'a, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a BACKGROUNDTYPE

Implementors§