Struct input::event::device::DeviceRemovedEvent [] [src]

pub struct DeviceRemovedEvent { /* fields omitted */ }

Signals that a device has been added to the context.

The device will not be read until the next time the user calls Libinput::dispatch and data is available.

This allows setting up initial device configuration before any events are created.

Trait Implementations

impl Eq for DeviceRemovedEvent
[src]

impl Debug for DeviceRemovedEvent
[src]

Formats the value using the given formatter.

impl FromRaw<libinput_event_device_notify> for DeviceRemovedEvent
[src]

Create a new instance of this type from a raw pointer. Read more

impl AsRaw<libinput_event_device_notify> for DeviceRemovedEvent
[src]

Receive a raw pointer representing this type.

impl PartialEq for DeviceRemovedEvent
[src]

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

This method tests for !=.

impl Hash for DeviceRemovedEvent
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl EventTrait for DeviceRemovedEvent
[src]

Convert into a general Event again

Get the libinput context from the event.

Return the device associated with this event. Read more

impl Drop for DeviceRemovedEvent
[src]

A method called when the value goes out of scope. Read more