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

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

Implementations

impl Uri[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]

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

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

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

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

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

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

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

Trait Implementations

impl AbiTransferable for Uri[src]

type Abi = RawComPtr<IUriRuntimeClass>

impl Clone for Uri[src]

impl ComInterface for Uri[src]

type VTable = abi_IUriRuntimeClass

impl Debug for Uri[src]

impl Default for Uri[src]

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

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

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

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

impl From<Uri> for IUriRuntimeClass[src]

impl From<Uri> for IUriRuntimeClassWithAbsoluteCanonicalUri[src]

impl From<Uri> for IStringable[src]

impl From<Uri> for Object[src]

impl<'a> Into<Param<'a, IStringable>> for Uri[src]

impl<'a> Into<Param<'a, IStringable>> for &'a Uri[src]

impl<'a> Into<Param<'a, IUriRuntimeClass>> for Uri[src]

impl<'a> Into<Param<'a, IUriRuntimeClass>> for &'a Uri[src]

impl<'a> Into<Param<'a, IUriRuntimeClassWithAbsoluteCanonicalUri>> for Uri[src]

impl<'a> Into<Param<'a, IUriRuntimeClassWithAbsoluteCanonicalUri>> for &'a Uri[src]

impl PartialEq<Uri> for Uri[src]

impl RuntimeName for Uri[src]

impl RuntimeType for Uri[src]

impl Send for Uri[src]

impl StructuralPartialEq for Uri[src]

impl Sync for Uri[src]

Auto Trait Implementations

impl RefUnwindSafe for Uri

impl Unpin for Uri

impl UnwindSafe for Uri

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.