770 B
770 B
DeviceRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| driver | Option<String> | [optional] | |
| count | Option<i32> | [optional] | |
| device_ids | Option<Vec> | [optional] | |
| capabilities | Option<Vec<Vec>> | A list of capabilities; an OR list of AND lists of capabilities. | [optional] |
| options | Option<std::collections::HashMap<String, String>> | Driver-specific options, specified as a key/value pairs. These options are passed directly to the driver. | [optional] |