[][src]Struct windows_media_transcoding_bindings::windows::media::core::IAudioStreamDescriptorFactory

#[repr(transparent)]pub struct IAudioStreamDescriptorFactory { /* fields omitted */ }

Implementations

impl IAudioStreamDescriptorFactory[src]

pub fn create<'a, T0__: Into<Param<'a, AudioEncodingProperties>>>(
    &self,
    encoding_properties: T0__
) -> Result<AudioStreamDescriptor>
[src]

Trait Implementations

impl AbiTransferable for IAudioStreamDescriptorFactory[src]

type Abi = RawComPtr<Self>

impl Clone for IAudioStreamDescriptorFactory[src]

impl ComInterface for IAudioStreamDescriptorFactory[src]

type VTable = abi_IAudioStreamDescriptorFactory

impl Debug for IAudioStreamDescriptorFactory[src]

impl Default for IAudioStreamDescriptorFactory[src]

impl<'_> From<&'_ IAudioStreamDescriptorFactory> for Object[src]

impl From<IAudioStreamDescriptorFactory> for Object[src]

impl PartialEq<IAudioStreamDescriptorFactory> for IAudioStreamDescriptorFactory[src]

impl RuntimeType for IAudioStreamDescriptorFactory[src]

Auto Trait Implementations

impl RefUnwindSafe for IAudioStreamDescriptorFactory

impl !Send for IAudioStreamDescriptorFactory

impl !Sync for IAudioStreamDescriptorFactory

impl Unpin for IAudioStreamDescriptorFactory

impl UnwindSafe for IAudioStreamDescriptorFactory

Blanket Implementations

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<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.