pub struct IAudioSessionManager(/* private fields */);Implementations§
Source§impl IAudioSessionManager
impl IAudioSessionManager
pub unsafe fn GetAudioSessionControl( &self, audiosessionguid: *mut Guid, streamflags: u32, sessioncontrol: *mut Option<IAudioSessionControl>, ) -> HRESULT
pub unsafe fn GetSimpleAudioVolume( &self, audiosessionguid: *mut Guid, streamflags: u32, audiovolume: *mut Option<ISimpleAudioVolume>, ) -> HRESULT
Trait Implementations§
Source§impl Clone for IAudioSessionManager
impl Clone for IAudioSessionManager
Source§fn clone(&self) -> IAudioSessionManager
fn clone(&self) -> IAudioSessionManager
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IAudioSessionManager
impl Debug for IAudioSessionManager
Source§impl From<&IAudioSessionManager> for IUnknown
impl From<&IAudioSessionManager> for IUnknown
Source§fn from(value: &IAudioSessionManager) -> Self
fn from(value: &IAudioSessionManager) -> Self
Converts to this type from the input type.
Source§impl From<&IAudioSessionManager2> for IAudioSessionManager
impl From<&IAudioSessionManager2> for IAudioSessionManager
Source§fn from(value: &IAudioSessionManager2) -> Self
fn from(value: &IAudioSessionManager2) -> Self
Converts to this type from the input type.
Source§impl From<IAudioSessionManager> for IUnknown
impl From<IAudioSessionManager> for IUnknown
Source§fn from(value: IAudioSessionManager) -> Self
fn from(value: IAudioSessionManager) -> Self
Converts to this type from the input type.
Source§impl From<IAudioSessionManager2> for IAudioSessionManager
impl From<IAudioSessionManager2> for IAudioSessionManager
Source§fn from(value: IAudioSessionManager2) -> Self
fn from(value: IAudioSessionManager2) -> Self
Converts to this type from the input type.
Source§impl Interface for IAudioSessionManager
impl Interface for IAudioSessionManager
const IID: Guid
type Vtable = IAudioSessionManager_abi
Source§impl<'a> IntoParam<'a, IAudioSessionManager> for &'a IAudioSessionManager2
impl<'a> IntoParam<'a, IAudioSessionManager> for &'a IAudioSessionManager2
fn into_param(self) -> Param<'a, IAudioSessionManager>
Source§impl<'a> IntoParam<'a, IAudioSessionManager> for IAudioSessionManager2
impl<'a> IntoParam<'a, IAudioSessionManager> for IAudioSessionManager2
fn into_param(self) -> Param<'a, IAudioSessionManager>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IAudioSessionManager
impl<'a> IntoParam<'a, IUnknown> for &'a IAudioSessionManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IAudioSessionManager
impl<'a> IntoParam<'a, IUnknown> for IAudioSessionManager
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for IAudioSessionManager
impl PartialEq for IAudioSessionManager
impl Eq for IAudioSessionManager
impl StructuralPartialEq for IAudioSessionManager
Auto Trait Implementations§
impl Freeze for IAudioSessionManager
impl RefUnwindSafe for IAudioSessionManager
impl !Send for IAudioSessionManager
impl !Sync for IAudioSessionManager
impl Unpin for IAudioSessionManager
impl UnwindSafe for IAudioSessionManager
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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