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

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

Implementations

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

pub fn invoke<'a, T0__: Into<Param<'a, IObservableMap<K, V>>>, T1__: Into<Param<'a, IMapChangedEventArgs<K>>>>(
    &self,
    sender: T0__,
    event: T1__
) -> Result<()>
[src]

pub fn new<F: FnMut(&IObservableMap<K, V>, &IMapChangedEventArgs<K>) -> Result<()> + 'static>(
    invoke: F
) -> Self
[src]

Trait Implementations

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

type Abi = RawComPtr<Self>

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

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

type VTable = abi_MapChangedEventHandler<K, V>

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

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

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

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

Auto Trait Implementations

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

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

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

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

impl<K, V> UnwindSafe for MapChangedEventHandler<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.