pub struct ISpatialAudioObjectForMetadataItems(/* private fields */);Implementations§
Source§impl ISpatialAudioObjectForMetadataItems
impl ISpatialAudioObjectForMetadataItems
pub unsafe fn GetBuffer( &self, buffer: *mut *mut u8, bufferlength: *mut u32, ) -> HRESULT
pub unsafe fn SetEndOfStream(&self, framecount: u32) -> HRESULT
pub unsafe fn IsActive(&self, isactive: *mut BOOL) -> HRESULT
pub unsafe fn GetAudioObjectType( &self, audioobjecttype: *mut AudioObjectType, ) -> HRESULT
pub unsafe fn GetSpatialAudioMetadataItems( &self, metadataitems: *mut Option<ISpatialAudioMetadataItems>, ) -> HRESULT
Trait Implementations§
Source§impl Clone for ISpatialAudioObjectForMetadataItems
impl Clone for ISpatialAudioObjectForMetadataItems
Source§fn clone(&self) -> ISpatialAudioObjectForMetadataItems
fn clone(&self) -> ISpatialAudioObjectForMetadataItems
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 From<&ISpatialAudioObjectForMetadataItems> for ISpatialAudioObjectBase
impl From<&ISpatialAudioObjectForMetadataItems> for ISpatialAudioObjectBase
Source§fn from(value: &ISpatialAudioObjectForMetadataItems) -> Self
fn from(value: &ISpatialAudioObjectForMetadataItems) -> Self
Converts to this type from the input type.
Source§impl From<&ISpatialAudioObjectForMetadataItems> for IUnknown
impl From<&ISpatialAudioObjectForMetadataItems> for IUnknown
Source§fn from(value: &ISpatialAudioObjectForMetadataItems) -> Self
fn from(value: &ISpatialAudioObjectForMetadataItems) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectForMetadataItems> for ISpatialAudioObjectBase
impl From<ISpatialAudioObjectForMetadataItems> for ISpatialAudioObjectBase
Source§fn from(value: ISpatialAudioObjectForMetadataItems) -> Self
fn from(value: ISpatialAudioObjectForMetadataItems) -> Self
Converts to this type from the input type.
Source§impl From<ISpatialAudioObjectForMetadataItems> for IUnknown
impl From<ISpatialAudioObjectForMetadataItems> for IUnknown
Source§fn from(value: ISpatialAudioObjectForMetadataItems) -> Self
fn from(value: ISpatialAudioObjectForMetadataItems) -> Self
Converts to this type from the input type.
Source§impl Interface for ISpatialAudioObjectForMetadataItems
impl Interface for ISpatialAudioObjectForMetadataItems
const IID: Guid
type Vtable = ISpatialAudioObjectForMetadataItems_abi
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for &'a ISpatialAudioObjectForMetadataItems
impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for &'a ISpatialAudioObjectForMetadataItems
fn into_param(self) -> Param<'a, ISpatialAudioObjectBase>
Source§impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for ISpatialAudioObjectForMetadataItems
impl<'a> IntoParam<'a, ISpatialAudioObjectBase> for ISpatialAudioObjectForMetadataItems
fn into_param(self) -> Param<'a, ISpatialAudioObjectBase>
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectForMetadataItems
impl<'a> IntoParam<'a, IUnknown> for &'a ISpatialAudioObjectForMetadataItems
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectForMetadataItems
impl<'a> IntoParam<'a, IUnknown> for ISpatialAudioObjectForMetadataItems
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ISpatialAudioObjectForMetadataItems
impl PartialEq for ISpatialAudioObjectForMetadataItems
Source§fn eq(&self, other: &ISpatialAudioObjectForMetadataItems) -> bool
fn eq(&self, other: &ISpatialAudioObjectForMetadataItems) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ISpatialAudioObjectForMetadataItems
impl StructuralPartialEq for ISpatialAudioObjectForMetadataItems
Auto Trait Implementations§
impl Freeze for ISpatialAudioObjectForMetadataItems
impl RefUnwindSafe for ISpatialAudioObjectForMetadataItems
impl !Send for ISpatialAudioObjectForMetadataItems
impl !Sync for ISpatialAudioObjectForMetadataItems
impl Unpin for ISpatialAudioObjectForMetadataItems
impl UnwindSafe for ISpatialAudioObjectForMetadataItems
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