pub type InputDeviceGetInputReportResult = Result<InputReport, i32>;
Aliased Type§
pub enum InputDeviceGetInputReportResult {
Ok(InputReport),
Err(i32),
}
pub type InputDeviceGetInputReportResult = Result<InputReport, i32>;
pub enum InputDeviceGetInputReportResult {
Ok(InputReport),
Err(i32),
}