Skip to main content

TDBackgroundType

Trait TDBackgroundType 

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

Describes the type 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, BACKGROUNDTYPE: TDBackgroundType> TDBackgroundType for &'a BACKGROUNDTYPE

Source§

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

Implementors§