Struct windows::Media::AudioBuffer
#[repr(transparent)]pub struct AudioBuffer(_);
Expand description
Required features: "Media"
Implementations§
Trait Implementations§
§impl Clone for AudioBuffer
impl Clone for AudioBuffer
§impl Debug for AudioBuffer
impl Debug for AudioBuffer
§impl From<&AudioBuffer> for &IInspectable
impl From<&AudioBuffer> for &IInspectable
§fn from(value: &AudioBuffer) -> Self
fn from(value: &AudioBuffer) -> Self
Converts to this type from the input type.
§impl From<&AudioBuffer> for &IUnknown
impl From<&AudioBuffer> for &IUnknown
§fn from(value: &AudioBuffer) -> Self
fn from(value: &AudioBuffer) -> Self
Converts to this type from the input type.
§impl From<&AudioBuffer> for IInspectable
impl From<&AudioBuffer> for IInspectable
§fn from(value: &AudioBuffer) -> Self
fn from(value: &AudioBuffer) -> Self
Converts to this type from the input type.
§impl From<&AudioBuffer> for IUnknown
impl From<&AudioBuffer> for IUnknown
§fn from(value: &AudioBuffer) -> Self
fn from(value: &AudioBuffer) -> Self
Converts to this type from the input type.
§impl From<AudioBuffer> for IInspectable
impl From<AudioBuffer> for IInspectable
§fn from(value: AudioBuffer) -> Self
fn from(value: AudioBuffer) -> Self
Converts to this type from the input type.
§impl From<AudioBuffer> for IUnknown
impl From<AudioBuffer> for IUnknown
§fn from(value: AudioBuffer) -> Self
fn from(value: AudioBuffer) -> Self
Converts to this type from the input type.
§impl Interface for AudioBuffer
impl Interface for AudioBuffer
§impl PartialEq<AudioBuffer> for AudioBuffer
impl PartialEq<AudioBuffer> for AudioBuffer
§impl TryFrom<&AudioBuffer> for IClosable
impl TryFrom<&AudioBuffer> for IClosable
§impl TryFrom<&AudioBuffer> for IMemoryBuffer
impl TryFrom<&AudioBuffer> for IMemoryBuffer
§impl TryFrom<&AudioBuffer> for InParam<IClosable>
impl TryFrom<&AudioBuffer> for InParam<IClosable>
§impl TryFrom<&AudioBuffer> for InParam<IMemoryBuffer>
impl TryFrom<&AudioBuffer> for InParam<IMemoryBuffer>
§impl TryFrom<AudioBuffer> for IClosable
impl TryFrom<AudioBuffer> for IClosable
§impl TryFrom<AudioBuffer> for IMemoryBuffer
impl TryFrom<AudioBuffer> for IMemoryBuffer
§impl Vtable for AudioBuffer
impl Vtable for AudioBuffer
type Vtable = IAudioBuffer_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.