[][src]Enum azul_webrender_api::YuvFormat

pub enum YuvFormat {
    NV12,
    PlanarYCbCr,
    InterleavedYCbCr,
}

Variants

NV12
PlanarYCbCr
InterleavedYCbCr

Implementations

impl YuvFormat[src]

pub fn get_plane_num(self) -> usize[src]

Trait Implementations

impl Clone for YuvFormat[src]

impl Copy for YuvFormat[src]

impl Debug for YuvFormat[src]

impl Default for YuvFormat[src]

impl<'de> Deserialize<'de> for YuvFormat[src]

impl Eq for YuvFormat[src]

impl Hash for YuvFormat[src]

impl MallocSizeOf for YuvFormat[src]

impl PartialEq<YuvFormat> for YuvFormat[src]

impl Peek for YuvFormat[src]

impl Poke for YuvFormat[src]

impl Serialize for YuvFormat[src]

impl StructuralEq for YuvFormat[src]

impl StructuralPartialEq for YuvFormat[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.