Struct nannou::ui::backend::glium::glium::backend::glutin::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 PartialOrd<DeviceId> for DeviceId

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Hash for DeviceId

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for DeviceId

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeviceId

Formats the value using the given formatter. Read more

impl Copy for DeviceId

impl Ord for DeviceId

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. 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 !=.

Auto Trait Implementations

impl Send for DeviceId

impl Sync for DeviceId