pub struct Uac2 { /* private fields */ }Expand description
USB Audio Class 2 (UAC2) function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Uac2
impl RefUnwindSafe for Uac2
impl Send for Uac2
impl Sync for Uac2
impl Unpin for Uac2
impl UnsafeUnpin for Uac2
impl UnwindSafe for Uac2
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