pub struct OH_AudioDeviceDescriptor { /* private fields */ }Available on crate feature
api-12 only.Expand description
Declaring the audio device descriptor. The instance is used to get more audio device detail attributes.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for OH_AudioDeviceDescriptor
impl RefUnwindSafe for OH_AudioDeviceDescriptor
impl Send for OH_AudioDeviceDescriptor
impl Sync for OH_AudioDeviceDescriptor
impl Unpin for OH_AudioDeviceDescriptor
impl UnsafeUnpin for OH_AudioDeviceDescriptor
impl UnwindSafe for OH_AudioDeviceDescriptor
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