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

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

Facility variants for an EventType. You can extract the facility portion of the EventType value using get_facility.

Variants

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

Deprecated

Autoload table changes.

Methods

impl Facility
[src]

Trait Implementations

impl Debug for Facility
[src]

[src]

Formats the value using the given formatter.

impl Copy for Facility
[src]

impl Clone for Facility
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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