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

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

Implementations

impl ThumbnailMode[src]

pub const PicturesView: Self[src]

pub const VideosView: Self[src]

pub const MusicView: Self[src]

pub const DocumentsView: Self[src]

pub const ListView: Self[src]

pub const SingleItem: Self[src]

Trait Implementations

impl AbiTransferable for ThumbnailMode[src]

type Abi = i32

impl Clone for ThumbnailMode[src]

impl Copy for ThumbnailMode[src]

impl Debug for ThumbnailMode[src]

impl Default for ThumbnailMode[src]

impl Eq for ThumbnailMode[src]

impl PartialEq<ThumbnailMode> for ThumbnailMode[src]

impl RuntimeType for ThumbnailMode[src]

impl StructuralEq for ThumbnailMode[src]

impl StructuralPartialEq for ThumbnailMode[src]

Auto Trait Implementations

impl RefUnwindSafe for ThumbnailMode

impl Send for ThumbnailMode

impl Sync for ThumbnailMode

impl Unpin for ThumbnailMode

impl UnwindSafe for ThumbnailMode

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.