Enum pipewire::stream::StreamState
source · pub enum StreamState {
Error(String),
Unconnected,
Connecting,
Paused,
Streaming,
}
Variants§
Trait Implementations§
source§impl Debug for StreamState
impl Debug for StreamState
source§impl PartialEq for StreamState
impl PartialEq for StreamState
source§fn eq(&self, other: &StreamState) -> bool
fn eq(&self, other: &StreamState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StreamState
Auto Trait Implementations§
impl RefUnwindSafe for StreamState
impl Send for StreamState
impl Sync for StreamState
impl Unpin for StreamState
impl UnwindSafe for StreamState
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