pub struct Uac1 { /* private fields */ }Expand description
USB Audio Class 1 (UAC1) function.
UAC1 is widely supported by hosts including car stereos, older Macs, game consoles, and embedded systems that may not support UAC2.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uac1
impl RefUnwindSafe for Uac1
impl Send for Uac1
impl Sync for Uac1
impl Unpin for Uac1
impl UnsafeUnpin for Uac1
impl UnwindSafe for Uac1
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