pub struct DevicesResponse {
pub inputs: Vec<AudioDeviceInfo>,
pub outputs: Vec<AudioDeviceInfo>,
pub all: Vec<AudioDeviceInfo>,
}Fields§
§inputs: Vec<AudioDeviceInfo>§outputs: Vec<AudioDeviceInfo>§all: Vec<AudioDeviceInfo>Trait Implementations§
Source§impl Clone for DevicesResponse
impl Clone for DevicesResponse
Source§fn clone(&self) -> DevicesResponse
fn clone(&self) -> DevicesResponse
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 moreSource§impl Debug for DevicesResponse
impl Debug for DevicesResponse
Source§impl Default for DevicesResponse
impl Default for DevicesResponse
Source§fn default() -> DevicesResponse
fn default() -> DevicesResponse
Returns the “default value” for a type. Read more
impl Eq for DevicesResponse
Source§impl PartialEq for DevicesResponse
impl PartialEq for DevicesResponse
Source§fn eq(&self, other: &DevicesResponse) -> bool
fn eq(&self, other: &DevicesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DevicesResponse
impl Serialize for DevicesResponse
impl StructuralPartialEq for DevicesResponse
Auto Trait Implementations§
impl Freeze for DevicesResponse
impl RefUnwindSafe for DevicesResponse
impl Send for DevicesResponse
impl Sync for DevicesResponse
impl Unpin for DevicesResponse
impl UnsafeUnpin for DevicesResponse
impl UnwindSafe for DevicesResponse
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