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

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

Implementations

impl VideoOrientation[src]

pub const Normal: Self[src]

pub const Rotate90: Self[src]

pub const Rotate180: Self[src]

pub const Rotate270: Self[src]

Trait Implementations

impl AbiTransferable for VideoOrientation[src]

type Abi = i32

impl Clone for VideoOrientation[src]

impl Copy for VideoOrientation[src]

impl Debug for VideoOrientation[src]

impl Default for VideoOrientation[src]

impl Eq for VideoOrientation[src]

impl PartialEq<VideoOrientation> for VideoOrientation[src]

impl RuntimeType for VideoOrientation[src]

impl StructuralEq for VideoOrientation[src]

impl StructuralPartialEq for VideoOrientation[src]

Auto Trait Implementations

impl RefUnwindSafe for VideoOrientation

impl Send for VideoOrientation

impl Sync for VideoOrientation

impl Unpin for VideoOrientation

impl UnwindSafe for VideoOrientation

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.