[][src]Struct windows_media_transcoding_bindings::windows::foundation::collections::IKeyValuePair

#[repr(transparent)]pub struct IKeyValuePair<K, V> where
    K: RuntimeType + 'static,
    V: RuntimeType + 'static, 
{ /* fields omitted */ }

Implementations

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> IKeyValuePair<K, V>[src]

pub fn key(&self) -> Result<K>[src]

pub fn value(&self) -> Result<V>[src]

Trait Implementations

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> AbiTransferable for IKeyValuePair<K, V>[src]

type Abi = RawComPtr<Self>

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Clone for IKeyValuePair<K, V>[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> ComInterface for IKeyValuePair<K, V>[src]

type VTable = abi_IKeyValuePair<K, V>

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Debug for IKeyValuePair<K, V>[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Default for IKeyValuePair<K, V>[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static, '_> From<&'_ IKeyValuePair<K, V>> for Object[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> From<IKeyValuePair<K, V>> for Object[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> PartialEq<IKeyValuePair<K, V>> for IKeyValuePair<K, V>[src]

impl<K: RuntimeType + 'static, V: RuntimeType + 'static> RuntimeType for IKeyValuePair<K, V>[src]

Auto Trait Implementations

impl<K, V> RefUnwindSafe for IKeyValuePair<K, V> where
    K: RefUnwindSafe,
    V: RefUnwindSafe

impl<K, V> !Send for IKeyValuePair<K, V>

impl<K, V> !Sync for IKeyValuePair<K, V>

impl<K, V> Unpin for IKeyValuePair<K, V> where
    K: Unpin,
    V: Unpin

impl<K, V> UnwindSafe for IKeyValuePair<K, V> where
    K: RefUnwindSafe + UnwindSafe,
    V: RefUnwindSafe + UnwindSafe

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.