Struct rusty_keys::device::Builder [] [src]

pub struct Builder { /* fields omitted */ }

Device builder.

Methods

impl Builder
[src]

[src]

Create a builder from the specified path.

[src]

Create a builder from the default path taken from udev.

[src]

Set the name.

[src]

Set the bus type.

[src]

Set the vendor ID.

[src]

Set the product ID.

[src]

Set the version.

[src]

[src]

Set the maximum value for the previously enabled absolute event.

[src]

Set the minimum value for the previously enabled absolute event.

[src]

Set the fuzz value for the previously enabled absolute event.

[src]

Set the flat value for the previously enabled absolute event.

[src]

Create the defined device.