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
SinkSourceSinkInputSourceOutputModuleClientSampleCacheServerGlobal server change, only occurring with
Operation::Changed.
Card
Methods
impl Facility[src]
impl Facilitypub fn to_interest_mask(self) -> InterestMaskSet[src]
pub fn to_interest_mask(self) -> InterestMaskSetConvert to an interest mask
Trait Implementations
impl Debug for Facility[src]
impl Debug for Facilityfn 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 Facility[src]
impl Copy for Facilityimpl Clone for Facility[src]
impl Clone for Facilityfn clone(&self) -> Facility[src]
fn clone(&self) -> FacilityReturns 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 Facility[src]
impl PartialEq for Facilityfn eq(&self, other: &Facility) -> bool[src]
fn eq(&self, other: &Facility) -> 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 Facility[src]
impl Eq for Facility