Struct audio_device_windows_sys::Windows::Win32::Audio::IAudioMediaType[][src]

#[repr(transparent)]pub struct IAudioMediaType(_);

Implementations

impl IAudioMediaType[src]

pub unsafe fn IsCompressedFormat(&self, pfcompressed: *mut BOOL) -> HRESULT[src]

pub unsafe fn IsEqual<'a>(
    &self,
    piaudiotype: impl IntoParam<'a, IAudioMediaType>,
    pdwflags: *mut u32
) -> HRESULT
[src]

pub unsafe fn GetAudioFormat(&self) -> *mut WAVEFORMATEX[src]

pub unsafe fn GetUncompressedAudioFormat(
    &self,
    puncompressedaudioformat: *mut UNCOMPRESSEDAUDIOFORMAT
) -> HRESULT
[src]

Trait Implementations

impl Clone for IAudioMediaType[src]

impl Debug for IAudioMediaType[src]

impl Eq for IAudioMediaType[src]

impl Interface for IAudioMediaType[src]

type Vtable = IAudioMediaType_abi

impl<'a> IntoParam<'a, IUnknown> for IAudioMediaType[src]

impl<'a> IntoParam<'a, IUnknown> for &'a IAudioMediaType[src]

impl PartialEq<IAudioMediaType> for IAudioMediaType[src]

impl StructuralEq for IAudioMediaType[src]

impl StructuralPartialEq for IAudioMediaType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Abi for T where
    T: Interface
[src]

type Abi = *mut c_void

The abi representation of the implementing type. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<'a, T> IntoParam<'a, T> for T where
    T: Abi
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.