Enum libpulse_binding::context::subscribe::Operation [−][src]
#[repr(u32)]pub enum Operation { New, Changed, Removed, }
Operation component of an event.
Variants
NewA new object was created
ChangedA property of the object was modified
RemovedAn object was removed
Trait Implementations
impl Debug for Operation[src]
impl Debug for Operationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Operation[src]
impl Copy for Operationimpl Clone for Operation[src]
impl Clone for Operationfn clone(&self) -> Operation[src]
fn clone(&self) -> OperationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Operation[src]
impl PartialEq for Operationfn eq(&self, other: &Operation) -> bool[src]
fn eq(&self, other: &Operation) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Operation[src]
impl Eq for Operation