[][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::IStorageItemExtraProperties

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

Implementations

impl IStorageItemExtraProperties[src]

pub fn retrieve_properties_async<'a, T0__: Into<Param<'a, IIterable<HString>>>>(
    &self,
    properties_to_retrieve: T0__
) -> Result<IAsyncOperation<IMap<HString, Object>>>
[src]

pub fn save_properties_async<'a, T0__: Into<Param<'a, IIterable<IKeyValuePair<HString, Object>>>>>(
    &self,
    properties_to_save: T0__
) -> Result<IAsyncAction>
[src]

pub fn save_properties_async_overload_default(&self) -> Result<IAsyncAction>[src]

Trait Implementations

impl AbiTransferable for IStorageItemExtraProperties[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageItemExtraProperties[src]

impl ComInterface for IStorageItemExtraProperties[src]

type VTable = abi_IStorageItemExtraProperties

impl Debug for IStorageItemExtraProperties[src]

impl Default for IStorageItemExtraProperties[src]

impl<'_> From<&'_ BasicProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ DocumentProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ IDocumentProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ IImageProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ IMusicProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ IStorageItemContentProperties> for IStorageItemExtraProperties[src]

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

impl<'_> From<&'_ IVideoProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ ImageProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ MusicProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ StorageItemContentProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ VideoProperties> for IStorageItemExtraProperties[src]

impl From<BasicProperties> for IStorageItemExtraProperties[src]

impl From<DocumentProperties> for IStorageItemExtraProperties[src]

impl From<IDocumentProperties> for IStorageItemExtraProperties[src]

impl From<IImageProperties> for IStorageItemExtraProperties[src]

impl From<IMusicProperties> for IStorageItemExtraProperties[src]

impl From<IStorageItemContentProperties> for IStorageItemExtraProperties[src]

impl From<IStorageItemExtraProperties> for Object[src]

impl From<IVideoProperties> for IStorageItemExtraProperties[src]

impl From<ImageProperties> for IStorageItemExtraProperties[src]

impl From<MusicProperties> for IStorageItemExtraProperties[src]

impl From<StorageItemContentProperties> for IStorageItemExtraProperties[src]

impl From<VideoProperties> for IStorageItemExtraProperties[src]

impl PartialEq<IStorageItemExtraProperties> for IStorageItemExtraProperties[src]

impl RuntimeType for IStorageItemExtraProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageItemExtraProperties

impl !Send for IStorageItemExtraProperties

impl !Sync for IStorageItemExtraProperties

impl Unpin for IStorageItemExtraProperties

impl UnwindSafe for IStorageItemExtraProperties

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.