Enum pipewire::types::ObjectType
source · pub enum ObjectType {
Show 19 variants
Client,
ClientEndpoint,
ClientNode,
ClientSession,
Core,
Device,
Endpoint,
EndpointLink,
EndpointStream,
Factory,
Link,
Metadata,
Module,
Node,
Port,
Profiler,
Registry,
Session,
Other(String),
}
Variants§
Client
ClientEndpoint
ClientNode
ClientSession
Core
Device
Endpoint
EndpointLink
EndpointStream
Factory
Link
Metadata
Module
Node
Port
Profiler
Registry
Session
Other(String)
Implementations§
Trait Implementations§
source§impl Clone for ObjectType
impl Clone for ObjectType
source§fn clone(&self) -> ObjectType
fn clone(&self) -> ObjectType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ObjectType
impl Debug for ObjectType
source§impl Display for ObjectType
impl Display for ObjectType
source§impl PartialEq for ObjectType
impl PartialEq for ObjectType
source§fn eq(&self, other: &ObjectType) -> bool
fn eq(&self, other: &ObjectType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ObjectType
impl StructuralPartialEq for ObjectType
Auto Trait Implementations§
impl RefUnwindSafe for ObjectType
impl Send for ObjectType
impl Sync for ObjectType
impl Unpin for ObjectType
impl UnwindSafe for ObjectType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more