Enum vapoursynth::vsscript::EvalFlags
source · [−]pub enum EvalFlags {
Nothing,
SetWorkingDir,
}
Expand description
VSScript file evaluation flags.
Variants
Nothing
SetWorkingDir
The working directory will be changed to the script’s directory for the evaluation.
Trait Implementations
impl Copy for EvalFlags
impl Eq for EvalFlags
impl StructuralEq for EvalFlags
impl StructuralPartialEq for EvalFlags
Auto Trait Implementations
impl RefUnwindSafe for EvalFlags
impl Send for EvalFlags
impl Sync for EvalFlags
impl Unpin for EvalFlags
impl UnwindSafe for EvalFlags
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