#[repr(u32)]pub enum VSPresetFormat {
Show 41 variants
pfNone = 0,
pfGray8 = 268_959_744,
pfGray9 = 269_025_280,
pfGray10 = 269_090_816,
pfGray12 = 269_221_888,
pfGray14 = 269_352_960,
pfGray16 = 269_484_032,
pfGray32 = 270_532_608,
pfGrayH = 286_261_248,
pfGrayS = 287_309_824,
pfYUV410P8 = 805_831_170,
pfYUV411P8 = 805_831_168,
pfYUV440P8 = 805_830_657,
pfYUV420P8 = 805_830_913,
pfYUV422P8 = 805_830_912,
pfYUV444P8 = 805_830_656,
pfYUV420P9 = 805_896_449,
pfYUV422P9 = 805_896_448,
pfYUV444P9 = 805_896_192,
pfYUV420P10 = 805_961_985,
pfYUV422P10 = 805_961_984,
pfYUV444P10 = 805_961_728,
pfYUV420P12 = 806_093_057,
pfYUV422P12 = 806_093_056,
pfYUV444P12 = 806_092_800,
pfYUV420P14 = 806_224_129,
pfYUV422P14 = 806_224_128,
pfYUV444P14 = 806_223_872,
pfYUV420P16 = 806_355_201,
pfYUV422P16 = 806_355_200,
pfYUV444P16 = 806_354_944,
pfYUV444PH = 823_132_160,
pfYUV444PS = 824_180_736,
pfRGB24 = 537_395_200,
pfRGB27 = 537_460_736,
pfRGB30 = 537_526_272,
pfRGB36 = 537_657_344,
pfRGB42 = 537_788_416,
pfRGB48 = 537_919_488,
pfRGBH = 554_696_704,
pfRGBS = 555_745_280,
}
Variants§
pfNone = 0
pfGray8 = 268_959_744
pfGray9 = 269_025_280
pfGray10 = 269_090_816
pfGray12 = 269_221_888
pfGray14 = 269_352_960
pfGray16 = 269_484_032
pfGray32 = 270_532_608
pfGrayH = 286_261_248
pfGrayS = 287_309_824
pfYUV410P8 = 805_831_170
pfYUV411P8 = 805_831_168
pfYUV440P8 = 805_830_657
pfYUV420P8 = 805_830_913
pfYUV422P8 = 805_830_912
pfYUV444P8 = 805_830_656
pfYUV420P9 = 805_896_449
pfYUV422P9 = 805_896_448
pfYUV444P9 = 805_896_192
pfYUV420P10 = 805_961_985
pfYUV422P10 = 805_961_984
pfYUV444P10 = 805_961_728
pfYUV420P12 = 806_093_057
pfYUV422P12 = 806_093_056
pfYUV444P12 = 806_092_800
pfYUV420P14 = 806_224_129
pfYUV422P14 = 806_224_128
pfYUV444P14 = 806_223_872
pfYUV420P16 = 806_355_201
pfYUV422P16 = 806_355_200
pfYUV444P16 = 806_354_944
pfYUV444PH = 823_132_160
pfYUV444PS = 824_180_736
pfRGB24 = 537_395_200
pfRGB27 = 537_460_736
pfRGB30 = 537_526_272
pfRGB36 = 537_657_344
pfRGB42 = 537_788_416
pfRGB48 = 537_919_488
pfRGBH = 554_696_704
pfRGBS = 555_745_280
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 for VSPresetFormat
impl PartialEq for VSPresetFormat
impl Copy for VSPresetFormat
impl Eq for VSPresetFormat
impl StructuralPartialEq for VSPresetFormat
Auto Trait Implementations§
impl Freeze for VSPresetFormat
impl RefUnwindSafe for VSPresetFormat
impl Send for VSPresetFormat
impl Sync for VSPresetFormat
impl Unpin for VSPresetFormat
impl UnwindSafe for VSPresetFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more