Struct nannou::ui::backend::glium::glium::glutin::DeviceId []

pub struct DeviceId(_);

Identifier of an input device.

Whenever you receive an event arising from a particular input device, this event contains a DeviceId which identifies its origin. Note that devices may be virtual (representing an on-screen cursor and keyboard focus) or physical. Virtual devices typically aggregate inputs from multiple physical devices.

Trait Implementations

impl Ord for DeviceId

impl Hash for DeviceId

impl Copy for DeviceId

impl Clone for DeviceId

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DeviceId

impl PartialEq<DeviceId> for DeviceId

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for DeviceId

Formats the value using the given formatter.

impl PartialOrd<DeviceId> for DeviceId