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

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

Implementations

impl ThumbnailOptions[src]

pub const None: Self[src]

pub const ReturnOnlyIfCached: Self[src]

pub const ResizeThumbnail: Self[src]

pub const UseCurrentScale: Self[src]

Trait Implementations

impl AbiTransferable for ThumbnailOptions[src]

type Abi = u32

impl BitAnd<ThumbnailOptions> for ThumbnailOptions[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<ThumbnailOptions> for ThumbnailOptions[src]

type Output = Self

The resulting type after applying the | operator.

impl Clone for ThumbnailOptions[src]

impl Copy for ThumbnailOptions[src]

impl Debug for ThumbnailOptions[src]

impl Default for ThumbnailOptions[src]

impl Eq for ThumbnailOptions[src]

impl PartialEq<ThumbnailOptions> for ThumbnailOptions[src]

impl RuntimeType for ThumbnailOptions[src]

impl StructuralEq for ThumbnailOptions[src]

impl StructuralPartialEq for ThumbnailOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for ThumbnailOptions

impl Send for ThumbnailOptions

impl Sync for ThumbnailOptions

impl Unpin for ThumbnailOptions

impl UnwindSafe for ThumbnailOptions

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.