[−][src]Struct windows_media_transcoding_bindings::windows::foundation::collections::IObservableMap
Implementations
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> IObservableMap<K, V>[src]
pub fn map_changed<'a, T0__: Into<Param<'a, MapChangedEventHandler<K, V>>>>(
&self,
vhnd: T0__
) -> Result<EventRegistrationToken>[src]
&self,
vhnd: T0__
) -> Result<EventRegistrationToken>
pub fn remove_map_changed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
&self,
token: T0__
) -> Result<()>[src]
&self,
token: T0__
) -> Result<()>
pub fn first(&self) -> Result<IIterator<IKeyValuePair<K, V>>>[src]
pub fn lookup<'a, T0__: Into<Param<'a, K>>>(&self, key: T0__) -> Result<V>[src]
pub fn size(&self) -> Result<u32>[src]
pub fn has_key<'a, T0__: Into<Param<'a, K>>>(&self, key: T0__) -> Result<bool>[src]
pub fn get_view(&self) -> Result<IMapView<K, V>>[src]
pub fn insert<'a, T0__: Into<Param<'a, K>>, T1__: Into<Param<'a, V>>>(
&self,
key: T0__,
value: T1__
) -> Result<bool>[src]
&self,
key: T0__,
value: T1__
) -> Result<bool>
pub fn remove<'a, T0__: Into<Param<'a, K>>>(&self, key: T0__) -> Result<()>[src]
pub fn clear(&self) -> Result<()>[src]
Trait Implementations
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> AbiTransferable for IObservableMap<K, V>[src]
type Abi = RawComPtr<Self>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Clone for IObservableMap<K, V>[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> ComInterface for IObservableMap<K, V>[src]
type VTable = abi_IObservableMap<K, V>
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Debug for IObservableMap<K, V>[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> Default for IObservableMap<K, V>[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static, '_> From<&'_ IObservableMap<K, V>> for IIterable<IKeyValuePair<K, V>>[src]
fn from(value: &IObservableMap<K, V>) -> Self[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static, '_> From<&'_ IObservableMap<K, V>> for IMap<K, V>[src]
fn from(value: &IObservableMap<K, V>) -> Self[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static, '_> From<&'_ IObservableMap<K, V>> for Object[src]
fn from(value: &IObservableMap<K, V>) -> Self[src]
impl<'_> From<&'_ IPropertySet> for IObservableMap<HString, Object>[src]
fn from(value: &IPropertySet) -> Self[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> From<IObservableMap<K, V>> for IIterable<IKeyValuePair<K, V>>[src]
fn from(value: IObservableMap<K, V>) -> Self[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> From<IObservableMap<K, V>> for IMap<K, V>[src]
fn from(value: IObservableMap<K, V>) -> Self[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> From<IObservableMap<K, V>> for Object[src]
fn from(value: IObservableMap<K, V>) -> Self[src]
impl From<IPropertySet> for IObservableMap<HString, Object>[src]
fn from(value: IPropertySet) -> Self[src]
impl<'a, K: RuntimeType + 'static, V: RuntimeType + 'static> Into<Param<'a, IIterable<IKeyValuePair<K, V>>>> for IObservableMap<K, V>[src]
fn into(self) -> Param<'a, IIterable<IKeyValuePair<K, V>>>[src]
impl<'a, K: RuntimeType + 'static, V: RuntimeType + 'static> Into<Param<'a, IIterable<IKeyValuePair<K, V>>>> for &'a IObservableMap<K, V>[src]
fn into(self) -> Param<'a, IIterable<IKeyValuePair<K, V>>>[src]
impl<'a, K: RuntimeType + 'static, V: RuntimeType + 'static> Into<Param<'a, IMap<K, V>>> for IObservableMap<K, V>[src]
impl<'a, K: RuntimeType + 'static, V: RuntimeType + 'static> Into<Param<'a, IMap<K, V>>> for &'a IObservableMap<K, V>[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> IntoIterator for IObservableMap<K, V>[src]
type Item = IKeyValuePair<K, V>
The type of the elements being iterated over.
type IntoIter = IIterator<Self::Item>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
impl<'a, K: RuntimeType + 'static, V: RuntimeType + 'static> IntoIterator for &'a IObservableMap<K, V>[src]
type Item = IKeyValuePair<K, V>
The type of the elements being iterated over.
type IntoIter = IIterator<Self::Item>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> PartialEq<IObservableMap<K, V>> for IObservableMap<K, V>[src]
impl<K: RuntimeType + 'static, V: RuntimeType + 'static> RuntimeType for IObservableMap<K, V>[src]
Auto Trait Implementations
impl<K, V> RefUnwindSafe for IObservableMap<K, V> where
K: RefUnwindSafe,
V: RefUnwindSafe,
K: RefUnwindSafe,
V: RefUnwindSafe,
impl<K, V> !Send for IObservableMap<K, V>
impl<K, V> !Sync for IObservableMap<K, V>
impl<K, V> Unpin for IObservableMap<K, V> where
K: Unpin,
V: Unpin,
K: Unpin,
V: Unpin,
impl<K, V> UnwindSafe for IObservableMap<K, V> where
K: RefUnwindSafe + UnwindSafe,
V: RefUnwindSafe + UnwindSafe,
K: RefUnwindSafe + UnwindSafe,
V: RefUnwindSafe + UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator, [src]
I: Iterator,
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?
fn into_iter(self) -> I[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,