Enum libpulse_binding::context::subscribe::Operation [] [src]

#[repr(u32)]
pub enum Operation { New, Changed, Removed, }

Operation variants for an EventType. You can extract the operation portion of the EventType value using get_operation.

Variants

A new object was created

A property of the object was modified

An object was removed

Methods

impl Operation
[src]

Trait Implementations

impl Debug for Operation
[src]

[src]

Formats the value using the given formatter.

impl Copy for Operation
[src]

impl Clone for Operation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Operation
[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 Operation
[src]