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
Sink
Source
SinkInput
SourceOutput
Module
Client
SampleCache
Server
Global server change, only occurring with
Operation::Changed
.
AutoLoad
Deprecated
Autoload table changes.
Card
Methods
impl Facility
[src]
Trait Implementations
impl Debug for Facility
[src]
impl Copy for Facility
[src]
impl Clone for Facility
[src]
fn clone(&self) -> Facility
[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 Facility
[src]
fn eq(&self, __arg_0: &Facility) -> 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 !=
.