Struct re_set_lib::audio::audio_structures::OutputStream
source · pub struct OutputStream {
pub index: u32,
pub name: String,
pub application_name: String,
pub source_index: u32,
pub channels: u16,
pub volume: Vec<u32>,
pub muted: bool,
pub corked: bool,
}
Fields§
§index: u32
§name: String
§application_name: String
§source_index: u32
§channels: u16
§volume: Vec<u32>
§muted: bool
§corked: bool
Trait Implementations§
source§impl Append for OutputStream
impl Append for OutputStream
source§fn append_by_ref(&self, iter: &mut IterAppend<'_>)
fn append_by_ref(&self, iter: &mut IterAppend<'_>)
Performs the append operation by borrowing self.
source§fn append(self, ia: &mut IterAppend<'_>)where
Self: Sized,
fn append(self, ia: &mut IterAppend<'_>)where
Self: Sized,
Performs the append operation by consuming self.
source§impl Arg for OutputStream
impl Arg for OutputStream
source§impl Clone for OutputStream
impl Clone for OutputStream
source§fn clone(&self) -> OutputStream
fn clone(&self) -> OutputStream
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 OutputStream
impl Debug for OutputStream
source§impl Default for OutputStream
impl Default for OutputStream
source§fn default() -> OutputStream
fn default() -> OutputStream
Returns the “default value” for a type. Read more
source§impl From<&SourceOutputInfo<'_>> for OutputStream
impl From<&SourceOutputInfo<'_>> for OutputStream
source§fn from(value: &SourceOutputInfo<'_>) -> Self
fn from(value: &SourceOutputInfo<'_>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OutputStream
impl RefUnwindSafe for OutputStream
impl Send for OutputStream
impl Sync for OutputStream
impl Unpin for OutputStream
impl UnwindSafe for OutputStream
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