[][src]Struct windows_media_transcoding_bindings::windows::media::media_properties::SphericalVideoFrameFormat

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

Implementations

impl SphericalVideoFrameFormat[src]

pub const None: Self[src]

pub const Unsupported: Self[src]

pub const Equirectangular: Self[src]

Trait Implementations

impl AbiTransferable for SphericalVideoFrameFormat[src]

type Abi = i32

impl Clone for SphericalVideoFrameFormat[src]

impl Copy for SphericalVideoFrameFormat[src]

impl Debug for SphericalVideoFrameFormat[src]

impl Default for SphericalVideoFrameFormat[src]

impl Eq for SphericalVideoFrameFormat[src]

impl PartialEq<SphericalVideoFrameFormat> for SphericalVideoFrameFormat[src]

impl RuntimeType for SphericalVideoFrameFormat[src]

impl StructuralEq for SphericalVideoFrameFormat[src]

impl StructuralPartialEq for SphericalVideoFrameFormat[src]

Auto Trait Implementations

impl RefUnwindSafe for SphericalVideoFrameFormat

impl Send for SphericalVideoFrameFormat

impl Sync for SphericalVideoFrameFormat

impl Unpin for SphericalVideoFrameFormat

impl UnwindSafe for SphericalVideoFrameFormat

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.