[][src]Struct windows_media_transcoding_bindings::windows::storage::IStorageItemPropertiesWithProvider

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

Implementations

impl IStorageItemPropertiesWithProvider[src]

pub fn provider(&self) -> Result<StorageProvider>[src]

pub fn get_thumbnail_async_overload_default_size_default_options(
    &self,
    mode: ThumbnailMode
) -> Result<IAsyncOperation<StorageItemThumbnail>>
[src]

pub fn get_thumbnail_async_overload_default_options(
    &self,
    mode: ThumbnailMode,
    requested_size: u32
) -> Result<IAsyncOperation<StorageItemThumbnail>>
[src]

pub fn get_thumbnail_async(
    &self,
    mode: ThumbnailMode,
    requested_size: u32,
    options: ThumbnailOptions
) -> Result<IAsyncOperation<StorageItemThumbnail>>
[src]

pub fn display_name(&self) -> Result<HString>[src]

pub fn display_type(&self) -> Result<HString>[src]

pub fn folder_relative_id(&self) -> Result<HString>[src]

pub fn properties(&self) -> Result<StorageItemContentProperties>[src]

Trait Implementations

impl AbiTransferable for IStorageItemPropertiesWithProvider[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageItemPropertiesWithProvider[src]

impl ComInterface for IStorageItemPropertiesWithProvider[src]

type VTable = abi_IStorageItemPropertiesWithProvider

impl Debug for IStorageItemPropertiesWithProvider[src]

impl Default for IStorageItemPropertiesWithProvider[src]

impl<'_> From<&'_ IStorageItemPropertiesWithProvider> for IStorageItemProperties[src]

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

impl<'_> From<&'_ StorageFile> for IStorageItemPropertiesWithProvider[src]

impl<'_> From<&'_ StorageFolder> for IStorageItemPropertiesWithProvider[src]

impl From<IStorageItemPropertiesWithProvider> for IStorageItemProperties[src]

impl From<IStorageItemPropertiesWithProvider> for Object[src]

impl From<StorageFile> for IStorageItemPropertiesWithProvider[src]

impl From<StorageFolder> for IStorageItemPropertiesWithProvider[src]

impl<'a> Into<Param<'a, IStorageItemProperties>> for IStorageItemPropertiesWithProvider[src]

impl<'a> Into<Param<'a, IStorageItemProperties>> for &'a IStorageItemPropertiesWithProvider[src]

impl PartialEq<IStorageItemPropertiesWithProvider> for IStorageItemPropertiesWithProvider[src]

impl RuntimeType for IStorageItemPropertiesWithProvider[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageItemPropertiesWithProvider

impl !Send for IStorageItemPropertiesWithProvider

impl !Sync for IStorageItemPropertiesWithProvider

impl Unpin for IStorageItemPropertiesWithProvider

impl UnwindSafe for IStorageItemPropertiesWithProvider

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.