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

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

Implementations

impl IUriEscapeStatics[src]

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

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

Trait Implementations

impl AbiTransferable for IUriEscapeStatics[src]

type Abi = RawComPtr<Self>

impl Clone for IUriEscapeStatics[src]

impl ComInterface for IUriEscapeStatics[src]

type VTable = abi_IUriEscapeStatics

impl Debug for IUriEscapeStatics[src]

impl Default for IUriEscapeStatics[src]

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

impl From<IUriEscapeStatics> for Object[src]

impl PartialEq<IUriEscapeStatics> for IUriEscapeStatics[src]

impl RuntimeType for IUriEscapeStatics[src]

Auto Trait Implementations

impl RefUnwindSafe for IUriEscapeStatics

impl !Send for IUriEscapeStatics

impl !Sync for IUriEscapeStatics

impl Unpin for IUriEscapeStatics

impl UnwindSafe for IUriEscapeStatics

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.