pub struct OH_AudioRoutingManager { /* private fields */ }Available on crate feature
api-12 only.Expand description
Declaring the audio routing manager. The handle of audio routing manager used for routing and device related functions.
Available since API-level: 12
Auto Trait Implementations§
impl Freeze for OH_AudioRoutingManager
impl RefUnwindSafe for OH_AudioRoutingManager
impl Send for OH_AudioRoutingManager
impl Sync for OH_AudioRoutingManager
impl Unpin for OH_AudioRoutingManager
impl UnsafeUnpin for OH_AudioRoutingManager
impl UnwindSafe for OH_AudioRoutingManager
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