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

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

Implementations

impl StorageItemContentProperties[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]

pub fn get_music_properties_async(
    &self
) -> Result<IAsyncOperation<MusicProperties>>
[src]

pub fn get_video_properties_async(
    &self
) -> Result<IAsyncOperation<VideoProperties>>
[src]

pub fn get_image_properties_async(
    &self
) -> Result<IAsyncOperation<ImageProperties>>
[src]

pub fn get_document_properties_async(
    &self
) -> Result<IAsyncOperation<DocumentProperties>>
[src]

Trait Implementations

impl AbiTransferable for StorageItemContentProperties[src]

type Abi = RawComPtr<IStorageItemContentProperties>

impl Clone for StorageItemContentProperties[src]

impl ComInterface for StorageItemContentProperties[src]

type VTable = abi_IStorageItemContentProperties

impl Debug for StorageItemContentProperties[src]

impl Default for StorageItemContentProperties[src]

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

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

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

impl From<StorageItemContentProperties> for IStorageItemExtraProperties[src]

impl From<StorageItemContentProperties> for IStorageItemContentProperties[src]

impl From<StorageItemContentProperties> for Object[src]

impl<'a> Into<Param<'a, IStorageItemContentProperties>> for StorageItemContentProperties[src]

impl<'a> Into<Param<'a, IStorageItemContentProperties>> for &'a StorageItemContentProperties[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for StorageItemContentProperties[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for &'a StorageItemContentProperties[src]

impl PartialEq<StorageItemContentProperties> for StorageItemContentProperties[src]

impl RuntimeName for StorageItemContentProperties[src]

impl RuntimeType for StorageItemContentProperties[src]

impl StructuralPartialEq for StorageItemContentProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for StorageItemContentProperties

impl !Send for StorageItemContentProperties

impl !Sync for StorageItemContentProperties

impl Unpin for StorageItemContentProperties

impl UnwindSafe for StorageItemContentProperties

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.