pub struct Speaker {
pub id: u32,
pub label: Option<String>,
}Available on crate feature
audio only.Expand description
An identified speaker.
Fields§
§id: u32Numeric speaker identifier.
label: Option<String>Optional human-readable label.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Speaker
impl RefUnwindSafe for Speaker
impl Send for Speaker
impl Sync for Speaker
impl Unpin for Speaker
impl UnsafeUnpin for Speaker
impl UnwindSafe for Speaker
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