struct PlatformRemoteVolumeControl;Expand description
Production hook: forwards to the Android JNI bridge; no-op elsewhere.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlatformRemoteVolumeControl
impl RefUnwindSafe for PlatformRemoteVolumeControl
impl Send for PlatformRemoteVolumeControl
impl Sync for PlatformRemoteVolumeControl
impl Unpin for PlatformRemoteVolumeControl
impl UnsafeUnpin for PlatformRemoteVolumeControl
impl UnwindSafe for PlatformRemoteVolumeControl
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