pub struct ISpatialAudioObjectRenderStreamNotify(/* private fields */);Implementations§
Source§impl ISpatialAudioObjectRenderStreamNotify
impl ISpatialAudioObjectRenderStreamNotify
pub unsafe fn OnAvailableDynamicObjectCountChange<'a>( &self, sender: impl IntoParam<'a, ISpatialAudioObjectRenderStreamBase>, hnscompliancedeadlinetime: i64, availabledynamicobjectcountchange: u32, ) -> HRESULT
Trait Implementations§
Source§impl Clone for ISpatialAudioObjectRenderStreamNotify
impl Clone for ISpatialAudioObjectRenderStreamNotify
Source§fn clone(&self) -> ISpatialAudioObjectRenderStreamNotify
fn clone(&self) -> ISpatialAudioObjectRenderStreamNotify
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for ISpatialAudioObjectRenderStreamNotify
Source§impl From<&ISpatialAudioObjectRenderStreamNotify> for IUnknown
impl From<&ISpatialAudioObjectRenderStreamNotify> for IUnknown
Source§fn from(value: &ISpatialAudioObjectRenderStreamNotify) -> Self
fn from(value: &ISpatialAudioObjectRenderStreamNotify) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectRenderStreamNotify> for IUnknown
impl From<ISpatialAudioObjectRenderStreamNotify> for IUnknown
Source§fn from(value: ISpatialAudioObjectRenderStreamNotify) -> Self
fn from(value: ISpatialAudioObjectRenderStreamNotify) -> Self
Converts to this type from the input type.
Source§impl Interface for ISpatialAudioObjectRenderStreamNotify
impl Interface for ISpatialAudioObjectRenderStreamNotify
const IID: Guid
type Vtable = ISpatialAudioObjectRenderStreamNotify_abi
Source§impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStreamNotify
impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectRenderStreamNotify
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStreamNotify
impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectRenderStreamNotify
fn into_param(self) -> Param<'a, IUnknown>
impl StructuralPartialEq for ISpatialAudioObjectRenderStreamNotify
Auto Trait Implementations§
impl !Send for ISpatialAudioObjectRenderStreamNotify
impl !Sync for ISpatialAudioObjectRenderStreamNotify
impl Freeze for ISpatialAudioObjectRenderStreamNotify
impl RefUnwindSafe for ISpatialAudioObjectRenderStreamNotify
impl Unpin for ISpatialAudioObjectRenderStreamNotify
impl UnsafeUnpin for ISpatialAudioObjectRenderStreamNotify
impl UnwindSafe for ISpatialAudioObjectRenderStreamNotify
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