pub struct Info {
pub dtype: Device,
pub index: u32,
pub formats: Vec<Info>,
}
Expand description
Stores information about one device in the device database that is maintained by module-device-manager.
Fields§
§dtype: Device
Device type sink or source?
index: u32
The device index.
formats: Vec<Info>
A set of formats.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Info
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for Info
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