Trait basalt::interface::bin::KeepAlive[][src]

pub trait KeepAlive { }

Implementations on Foreign Types

impl KeepAlive for Arc<Bin>[src]

impl<T: KeepAlive> KeepAlive for Vec<T>[src]

impl KeepAlive for Arc<OnOffButton>[src]

Implementors

impl KeepAlive for CheckBox[src]

Simple checkbox. Provides a change hook and the ability to get the state. When checked, the inner box is set to being visible and vise versa.

impl KeepAlive for Slider[src]

impl KeepAlive for Bin[src]