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

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

Implementations

impl StorageItemThumbnail[src]

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

pub fn read_async<'a, T0__: Into<Param<'a, IBuffer>>>(
    &self,
    buffer: T0__,
    count: u32,
    options: InputStreamOptions
) -> Result<IAsyncOperationWithProgress<IBuffer, u32>>
[src]

pub fn write_async<'a, T0__: Into<Param<'a, IBuffer>>>(
    &self,
    buffer: T0__
) -> Result<IAsyncOperationWithProgress<u32, u32>>
[src]

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

pub fn size(&self) -> Result<u64>[src]

pub fn set_size(&self, value: u64) -> Result<()>[src]

pub fn get_input_stream_at(&self, position: u64) -> Result<IInputStream>[src]

pub fn get_output_stream_at(&self, position: u64) -> Result<IOutputStream>[src]

pub fn position(&self) -> Result<u64>[src]

pub fn seek(&self, position: u64) -> Result<()>[src]

pub fn clone_stream(&self) -> Result<IRandomAccessStream>[src]

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

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

pub fn content_type(&self) -> Result<HString>[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 StorageItemThumbnail[src]

type Abi = RawComPtr<IRandomAccessStreamWithContentType>

impl Clone for StorageItemThumbnail[src]

impl ComInterface for StorageItemThumbnail[src]

type VTable = abi_IRandomAccessStreamWithContentType

impl Debug for StorageItemThumbnail[src]

impl Default for StorageItemThumbnail[src]

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

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

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

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

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

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

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

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

impl From<StorageItemThumbnail> for IClosable[src]

impl From<StorageItemThumbnail> for IInputStream[src]

impl From<StorageItemThumbnail> for IOutputStream[src]

impl From<StorageItemThumbnail> for IRandomAccessStream[src]

impl From<StorageItemThumbnail> for IContentTypeProvider[src]

impl From<StorageItemThumbnail> for IRandomAccessStreamWithContentType[src]

impl From<StorageItemThumbnail> for IThumbnailProperties[src]

impl From<StorageItemThumbnail> for Object[src]

impl<'a> Into<Param<'a, IClosable>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IClosable>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IContentTypeProvider>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IContentTypeProvider>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IInputStream>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IInputStream>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IOutputStream>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IOutputStream>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IRandomAccessStream>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IRandomAccessStream>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IRandomAccessStreamWithContentType>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IRandomAccessStreamWithContentType>> for &'a StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IThumbnailProperties>> for StorageItemThumbnail[src]

impl<'a> Into<Param<'a, IThumbnailProperties>> for &'a StorageItemThumbnail[src]

impl PartialEq<StorageItemThumbnail> for StorageItemThumbnail[src]

impl RuntimeName for StorageItemThumbnail[src]

impl RuntimeType for StorageItemThumbnail[src]

impl StructuralPartialEq for StorageItemThumbnail[src]

Auto Trait Implementations

impl RefUnwindSafe for StorageItemThumbnail

impl !Send for StorageItemThumbnail

impl !Sync for StorageItemThumbnail

impl Unpin for StorageItemThumbnail

impl UnwindSafe for StorageItemThumbnail

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.