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
New
A new object was created
Changed
A property of the object was modified
Removed
An object was removed
Methods
impl Operation
[src]
Trait Implementations
impl Debug for Operation
[src]
impl Copy for Operation
[src]
impl Clone for Operation
[src]
fn clone(&self) -> Operation
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for Operation
[src]
fn eq(&self, __arg_0: &Operation) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.