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

#[repr(u32)]
pub enum Facility { Sink, Source, SinkInput, SourceOutput, Module, Client, SampleCache, Server, Card, }

Facility component of an event.

Variants

Global server change, only occurring with Operation::Changed.

Methods

impl Facility
[src]

Convert to an interest mask

Trait Implementations

impl Debug for Facility
[src]

Formats the value using the given formatter. Read more

impl Copy for Facility
[src]

impl Clone for Facility
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Facility
[src]

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

This method tests for !=.

impl Eq for Facility
[src]

Auto Trait Implementations

impl Send for Facility

impl Sync for Facility