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

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

Implementations

impl IThumbnailProperties[src]

pub fn original_width(&self) -> Result<u32>[src]

pub fn original_height(&self) -> Result<u32>[src]

pub fn returned_smaller_cached_size(&self) -> Result<bool>[src]

pub fn type(&self) -> Result<ThumbnailType>[src]

Trait Implementations

impl AbiTransferable for IThumbnailProperties[src]

type Abi = RawComPtr<Self>

impl Clone for IThumbnailProperties[src]

impl ComInterface for IThumbnailProperties[src]

type VTable = abi_IThumbnailProperties

impl Debug for IThumbnailProperties[src]

impl Default for IThumbnailProperties[src]

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

impl<'_> From<&'_ StorageItemThumbnail> for IThumbnailProperties[src]

impl From<IThumbnailProperties> for Object[src]

impl From<StorageItemThumbnail> for IThumbnailProperties[src]

impl PartialEq<IThumbnailProperties> for IThumbnailProperties[src]

impl RuntimeType for IThumbnailProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for IThumbnailProperties

impl !Send for IThumbnailProperties

impl !Sync for IThumbnailProperties

impl Unpin for IThumbnailProperties

impl UnwindSafe for IThumbnailProperties

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.