Skip to main content

render

Function render 

Source
pub fn render(
    ui: &mut Ui,
    device: &mut DeviceState,
    all_ids: &[String],
    actions: &mut Vec<DeviceAction>,
    profile: &dyn ClientProfile,
)
Expand description

Render the configuration view for one device.

Pushes per-device actions into actions; the caller addresses them to the selected device id after rendering. all_ids is the full attached-device list, used by the “Copy from” picker. profile supplies any extra protocol options and CSI-preset buttons.