pub trait TDInputBackground: Debug + RObject { }
Expand description

Contains information about background to set

Implementations on Foreign Types§

source§

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

source§

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

Implementors§