pub struct DeviceV2ipSink {
pub addresses: V2ipStreamSources,
pub audio_fmt: Option<V2ipAudioFormat>,
}Expand description
The sink-side route a V2IP device is currently subscribed to.
Fields§
§addresses: V2ipStreamSourcesThe streams the sink subscribes to.
audio_fmt: Option<V2ipAudioFormat>The resolved audio format, when the sender reported one.
Trait Implementations§
Source§impl Clone for DeviceV2ipSink
impl Clone for DeviceV2ipSink
Source§fn clone(&self) -> DeviceV2ipSink
fn clone(&self) -> DeviceV2ipSink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceV2ipSink
Source§impl Debug for DeviceV2ipSink
impl Debug for DeviceV2ipSink
Source§impl Default for DeviceV2ipSink
impl Default for DeviceV2ipSink
Source§fn default() -> DeviceV2ipSink
fn default() -> DeviceV2ipSink
Returns the “default value” for a type. Read more
impl Eq for DeviceV2ipSink
Source§impl PartialEq for DeviceV2ipSink
impl PartialEq for DeviceV2ipSink
impl StructuralPartialEq for DeviceV2ipSink
Auto Trait Implementations§
impl Freeze for DeviceV2ipSink
impl RefUnwindSafe for DeviceV2ipSink
impl Send for DeviceV2ipSink
impl Sync for DeviceV2ipSink
impl Unpin for DeviceV2ipSink
impl UnsafeUnpin for DeviceV2ipSink
impl UnwindSafe for DeviceV2ipSink
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