Enum vapoursynth_sys::VSPresetFormat
source · [−]#[repr(i32)]
pub enum VSPresetFormat {
Show 36 variants
pfNone,
pfGray8,
pfGray16,
pfGrayH,
pfGrayS,
pfYUV420P8,
pfYUV422P8,
pfYUV444P8,
pfYUV410P8,
pfYUV411P8,
pfYUV440P8,
pfYUV420P9,
pfYUV422P9,
pfYUV444P9,
pfYUV420P10,
pfYUV422P10,
pfYUV444P10,
pfYUV420P16,
pfYUV422P16,
pfYUV444P16,
pfYUV444PH,
pfYUV444PS,
pfYUV420P12,
pfYUV422P12,
pfYUV444P12,
pfYUV420P14,
pfYUV422P14,
pfYUV444P14,
pfRGB24,
pfRGB27,
pfRGB30,
pfRGB48,
pfRGBH,
pfRGBS,
pfCompatBGR32,
pfCompatYUY2,
}
Variants
pfNone
pfGray8
pfGray16
pfGrayH
pfGrayS
pfYUV420P8
pfYUV422P8
pfYUV444P8
pfYUV410P8
pfYUV411P8
pfYUV440P8
pfYUV420P9
pfYUV422P9
pfYUV444P9
pfYUV420P10
pfYUV422P10
pfYUV444P10
pfYUV420P16
pfYUV422P16
pfYUV444P16
pfYUV444PH
pfYUV444PS
pfYUV420P12
pfYUV422P12
pfYUV444P12
pfYUV420P14
pfYUV422P14
pfYUV444P14
pfRGB24
pfRGB27
pfRGB30
pfRGB48
pfRGBH
pfRGBS
pfCompatBGR32
pfCompatYUY2
Trait Implementations
sourceimpl Clone for VSPresetFormat
impl Clone for VSPresetFormat
sourcefn clone(&self) -> VSPresetFormat
fn clone(&self) -> VSPresetFormat
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VSPresetFormat
impl Debug for VSPresetFormat
sourceimpl Hash for VSPresetFormat
impl Hash for VSPresetFormat
sourceimpl PartialEq<VSPresetFormat> for VSPresetFormat
impl PartialEq<VSPresetFormat> for VSPresetFormat
impl Copy for VSPresetFormat
impl Eq for VSPresetFormat
impl StructuralEq for VSPresetFormat
impl StructuralPartialEq for VSPresetFormat
Auto Trait Implementations
impl RefUnwindSafe for VSPresetFormat
impl Send for VSPresetFormat
impl Sync for VSPresetFormat
impl Unpin for VSPresetFormat
impl UnwindSafe for VSPresetFormat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more