Skip to main content

TDInputBackground

Trait TDInputBackground 

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

Contains information about background to set

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, INPUTBACKGROUND: TDInputBackground> TDInputBackground for &'a INPUTBACKGROUND

Source§

impl<'a, INPUTBACKGROUND: TDInputBackground> TDInputBackground for &'a mut INPUTBACKGROUND

Implementors§