pub enum InputDeviceRequest {
DispatchReport {
report: InputReport,
control_handle: InputDeviceControlHandle,
},
}
Variants§
DispatchReport
Dispatch an InputReport
from the device token
Implementations§
source§impl InputDeviceRequest
impl InputDeviceRequest
pub fn into_dispatch_report( self ) -> Option<(InputReport, InputDeviceControlHandle)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL