Enum udev::EventType [] [src]

pub enum EventType {
    Add,
    Change,
    Remove,
    Unknown,
}

Types of events that can be received from udev.

Variants

A device was added.

A device changed.

A device was removed.

An unknown event occurred.

Trait Implementations

impl Debug for EventType
[src]

[src]

Formats the value using the given formatter.

impl Clone for EventType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EventType
[src]

impl PartialEq for EventType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for EventType
[src]

impl Default for EventType
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for EventType
[src]

[src]

Formats the value using the given formatter. Read more