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

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

Implementations

impl IStorageItemProperties2[src]

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

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

pub fn get_scaled_image_as_thumbnail_async(
    &self,
    mode: ThumbnailMode,
    requested_size: u32,
    options: ThumbnailOptions
) -> Result<IAsyncOperation<StorageItemThumbnail>>
[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 IStorageItemProperties2[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageItemProperties2[src]

impl ComInterface for IStorageItemProperties2[src]

type VTable = abi_IStorageItemProperties2

impl Debug for IStorageItemProperties2[src]

impl Default for IStorageItemProperties2[src]

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

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

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

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

impl From<IStorageItemProperties2> for IStorageItemProperties[src]

impl From<IStorageItemProperties2> for Object[src]

impl From<StorageFile> for IStorageItemProperties2[src]

impl From<StorageFolder> for IStorageItemProperties2[src]

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

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

impl PartialEq<IStorageItemProperties2> for IStorageItemProperties2[src]

impl RuntimeType for IStorageItemProperties2[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageItemProperties2

impl !Send for IStorageItemProperties2

impl !Sync for IStorageItemProperties2

impl Unpin for IStorageItemProperties2

impl UnwindSafe for IStorageItemProperties2

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.