[][src]Struct windows_media_transcoding_bindings::windows::foundation::IUriRuntimeClassFactory

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

Implementations

impl IUriRuntimeClassFactory[src]

pub fn create_uri<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    uri: T0__
) -> Result<Uri>
[src]

pub fn create_with_relative_uri<'a, T0__: Into<Param<'a, HString>>, T1__: Into<Param<'a, HString>>>(
    &self,
    base_uri: T0__,
    relative_uri: T1__
) -> Result<Uri>
[src]

Trait Implementations

impl AbiTransferable for IUriRuntimeClassFactory[src]

type Abi = RawComPtr<Self>

impl Clone for IUriRuntimeClassFactory[src]

impl ComInterface for IUriRuntimeClassFactory[src]

type VTable = abi_IUriRuntimeClassFactory

impl Debug for IUriRuntimeClassFactory[src]

impl Default for IUriRuntimeClassFactory[src]

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

impl From<IUriRuntimeClassFactory> for Object[src]

impl PartialEq<IUriRuntimeClassFactory> for IUriRuntimeClassFactory[src]

impl RuntimeType for IUriRuntimeClassFactory[src]

Auto Trait Implementations

impl RefUnwindSafe for IUriRuntimeClassFactory

impl !Send for IUriRuntimeClassFactory

impl !Sync for IUriRuntimeClassFactory

impl Unpin for IUriRuntimeClassFactory

impl UnwindSafe for IUriRuntimeClassFactory

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.