Enum libpulse_binding::context::subscribe::Operation
source · #[repr(u32)]
pub enum Operation {
New,
Changed,
Removed,
}Expand description
Operation component of an event.
Variants
New
A new object was created
Changed
A property of the object was modified
Removed
An object was removed
Trait Implementations
impl Copy for Operation
impl Eq for Operation
impl StructuralEq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more