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

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

Implementations

impl WwwFormUrlDecoder[src]

pub fn first(&self) -> Result<IIterator<IWwwFormUrlDecoderEntry>>[src]

pub fn get_at(&self, index: u32) -> Result<IWwwFormUrlDecoderEntry>[src]

pub fn size(&self) -> Result<u32>[src]

pub fn index_of<'a, T0__: Into<Param<'a, IWwwFormUrlDecoderEntry>>>(
    &self,
    value: T0__,
    index: &mut u32
) -> Result<bool>
[src]

pub fn get_many(
    &self,
    start_index: u32,
    items: &mut [IWwwFormUrlDecoderEntry]
) -> Result<u32>
[src]

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

pub fn create_www_form_url_decoder<'a, T0__: Into<Param<'a, HString>>>(
    query: T0__
) -> Result<WwwFormUrlDecoder>
[src]

Trait Implementations

impl AbiTransferable for WwwFormUrlDecoder[src]

type Abi = RawComPtr<IWwwFormUrlDecoderRuntimeClass>

impl Clone for WwwFormUrlDecoder[src]

impl ComInterface for WwwFormUrlDecoder[src]

type VTable = abi_IWwwFormUrlDecoderRuntimeClass

impl Debug for WwwFormUrlDecoder[src]

impl Default for WwwFormUrlDecoder[src]

impl<'_> From<&'_ WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>[src]

impl<'_> From<&'_ WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>[src]

impl<'_> From<&'_ WwwFormUrlDecoder> for IWwwFormUrlDecoderRuntimeClass[src]

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

impl From<WwwFormUrlDecoder> for IIterable<IWwwFormUrlDecoderEntry>[src]

impl From<WwwFormUrlDecoder> for IVectorView<IWwwFormUrlDecoderEntry>[src]

impl From<WwwFormUrlDecoder> for IWwwFormUrlDecoderRuntimeClass[src]

impl From<WwwFormUrlDecoder> for Object[src]

impl<'a> Into<Param<'a, IIterable<IWwwFormUrlDecoderEntry>>> for WwwFormUrlDecoder[src]

impl<'a> Into<Param<'a, IIterable<IWwwFormUrlDecoderEntry>>> for &'a WwwFormUrlDecoder[src]

impl<'a> Into<Param<'a, IVectorView<IWwwFormUrlDecoderEntry>>> for WwwFormUrlDecoder[src]

impl<'a> Into<Param<'a, IVectorView<IWwwFormUrlDecoderEntry>>> for &'a WwwFormUrlDecoder[src]

impl<'a> Into<Param<'a, IWwwFormUrlDecoderRuntimeClass>> for WwwFormUrlDecoder[src]

impl<'a> Into<Param<'a, IWwwFormUrlDecoderRuntimeClass>> for &'a WwwFormUrlDecoder[src]

impl IntoIterator for WwwFormUrlDecoder[src]

type Item = IWwwFormUrlDecoderEntry

The type of the elements being iterated over.

type IntoIter = VectorViewIterator<Self::Item>

Which kind of iterator are we turning this into?

impl<'a> IntoIterator for &'a WwwFormUrlDecoder[src]

type Item = IWwwFormUrlDecoderEntry

The type of the elements being iterated over.

type IntoIter = VectorViewIterator<Self::Item>

Which kind of iterator are we turning this into?

impl PartialEq<WwwFormUrlDecoder> for WwwFormUrlDecoder[src]

impl RuntimeName for WwwFormUrlDecoder[src]

impl RuntimeType for WwwFormUrlDecoder[src]

impl Send for WwwFormUrlDecoder[src]

impl StructuralPartialEq for WwwFormUrlDecoder[src]

impl Sync for WwwFormUrlDecoder[src]

Auto Trait Implementations

impl RefUnwindSafe for WwwFormUrlDecoder

impl Unpin for WwwFormUrlDecoder

impl UnwindSafe for WwwFormUrlDecoder

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<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

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.