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

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

Implementations

impl IUriRuntimeClass[src]

pub fn absolute_uri(&self) -> Result<HString>[src]

pub fn display_uri(&self) -> Result<HString>[src]

pub fn domain(&self) -> Result<HString>[src]

pub fn extension(&self) -> Result<HString>[src]

pub fn fragment(&self) -> Result<HString>[src]

pub fn host(&self) -> Result<HString>[src]

pub fn password(&self) -> Result<HString>[src]

pub fn path(&self) -> Result<HString>[src]

pub fn query(&self) -> Result<HString>[src]

pub fn query_parsed(&self) -> Result<WwwFormUrlDecoder>[src]

pub fn raw_uri(&self) -> Result<HString>[src]

pub fn scheme_name(&self) -> Result<HString>[src]

pub fn user_name(&self) -> Result<HString>[src]

pub fn port(&self) -> Result<i32>[src]

pub fn suspicious(&self) -> Result<bool>[src]

pub fn equals<'a, T0__: Into<Param<'a, Uri>>>(
    &self,
    p_uri: T0__
) -> Result<bool>
[src]

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

Trait Implementations

impl AbiTransferable for IUriRuntimeClass[src]

type Abi = RawComPtr<Self>

impl Clone for IUriRuntimeClass[src]

impl ComInterface for IUriRuntimeClass[src]

type VTable = abi_IUriRuntimeClass

impl Debug for IUriRuntimeClass[src]

impl Default for IUriRuntimeClass[src]

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

impl<'_> From<&'_ Uri> for IUriRuntimeClass[src]

impl From<IUriRuntimeClass> for Object[src]

impl From<Uri> for IUriRuntimeClass[src]

impl PartialEq<IUriRuntimeClass> for IUriRuntimeClass[src]

impl RuntimeType for IUriRuntimeClass[src]

Auto Trait Implementations

impl RefUnwindSafe for IUriRuntimeClass

impl !Send for IUriRuntimeClass

impl !Sync for IUriRuntimeClass

impl Unpin for IUriRuntimeClass

impl UnwindSafe for IUriRuntimeClass

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.