Enum rustsynth_sys::VSPresetFormat
source · #[repr(u32)]
pub enum VSPresetFormat {
Show 41 variants
pfNone,
pfGray8,
pfGray9,
pfGray10,
pfGray12,
pfGray14,
pfGray16,
pfGray32,
pfGrayH,
pfGrayS,
pfYUV410P8,
pfYUV411P8,
pfYUV440P8,
pfYUV420P8,
pfYUV422P8,
pfYUV444P8,
pfYUV420P9,
pfYUV422P9,
pfYUV444P9,
pfYUV420P10,
pfYUV422P10,
pfYUV444P10,
pfYUV420P12,
pfYUV422P12,
pfYUV444P12,
pfYUV420P14,
pfYUV422P14,
pfYUV444P14,
pfYUV420P16,
pfYUV422P16,
pfYUV444P16,
pfYUV444PH,
pfYUV444PS,
pfRGB24,
pfRGB27,
pfRGB30,
pfRGB36,
pfRGB42,
pfRGB48,
pfRGBH,
pfRGBS,
}Variants§
pfNone
pfGray8
pfGray9
pfGray10
pfGray12
pfGray14
pfGray16
pfGray32
pfGrayH
pfGrayS
pfYUV410P8
pfYUV411P8
pfYUV440P8
pfYUV420P8
pfYUV422P8
pfYUV444P8
pfYUV420P9
pfYUV422P9
pfYUV444P9
pfYUV420P10
pfYUV422P10
pfYUV444P10
pfYUV420P12
pfYUV422P12
pfYUV444P12
pfYUV420P14
pfYUV422P14
pfYUV444P14
pfYUV420P16
pfYUV422P16
pfYUV444P16
pfYUV444PH
pfYUV444PS
pfRGB24
pfRGB27
pfRGB30
pfRGB36
pfRGB42
pfRGB48
pfRGBH
pfRGBS
Trait Implementations§
source§impl Clone for VSPresetFormat
impl Clone for VSPresetFormat
source§fn clone(&self) -> VSPresetFormat
fn clone(&self) -> VSPresetFormat
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for VSPresetFormat
impl Debug for VSPresetFormat
source§impl Hash for VSPresetFormat
impl Hash for VSPresetFormat
source§impl PartialEq<VSPresetFormat> for VSPresetFormat
impl PartialEq<VSPresetFormat> for VSPresetFormat
source§fn eq(&self, other: &VSPresetFormat) -> bool
fn eq(&self, other: &VSPresetFormat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.