pub struct PcmDevice {
pub idx: i32,
pub name: String,
pub description: String,
}Expand description
PCM device identifier.
Fields§
§idx: i32Device index (-1 for default).
name: StringDevice name.
description: StringHuman-readable description.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PcmDevice
impl RefUnwindSafe for PcmDevice
impl Send for PcmDevice
impl Sync for PcmDevice
impl Unpin for PcmDevice
impl UnsafeUnpin for PcmDevice
impl UnwindSafe for PcmDevice
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