pub type TxDeviceSetting = Sender<SettingRequest>;
Expand description
Used by client APIs to send setting requests to a driver.
Aliased Typeยง
struct TxDeviceSetting { /* private fields */ }
pub type TxDeviceSetting = Sender<SettingRequest>;
Used by client APIs to send setting requests to a driver.
struct TxDeviceSetting { /* private fields */ }