Struct libpulse_binding::context::ext_device_restore::Info
source · Expand description
Stores information about one device in the device database that is maintained by module-device-manager.
Fields
dtype: DeviceDevice type sink or source?
index: u32The device index.
formats: Vec<Info>A set of formats.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Info
impl !Send for Info
impl !Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more