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

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

Implementations

impl PhotoOrientation[src]

pub const Unspecified: Self[src]

pub const Normal: Self[src]

pub const FlipHorizontal: Self[src]

pub const Rotate180: Self[src]

pub const FlipVertical: Self[src]

pub const Transpose: Self[src]

pub const Rotate270: Self[src]

pub const Transverse: Self[src]

pub const Rotate90: Self[src]

Trait Implementations

impl AbiTransferable for PhotoOrientation[src]

type Abi = i32

impl Clone for PhotoOrientation[src]

impl Copy for PhotoOrientation[src]

impl Debug for PhotoOrientation[src]

impl Default for PhotoOrientation[src]

impl Eq for PhotoOrientation[src]

impl PartialEq<PhotoOrientation> for PhotoOrientation[src]

impl RuntimeType for PhotoOrientation[src]

impl StructuralEq for PhotoOrientation[src]

impl StructuralPartialEq for PhotoOrientation[src]

Auto Trait Implementations

impl RefUnwindSafe for PhotoOrientation

impl Send for PhotoOrientation

impl Sync for PhotoOrientation

impl Unpin for PhotoOrientation

impl UnwindSafe for PhotoOrientation

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.