Enum vapoursynth::video_info::Property
source · [−]Expand description
Represents a property that can be either constant or variable, like the resolution or the framerate.
Variants
Variable
This property is variable.
Constant(T)
This property is constant.
Trait Implementations
sourceimpl<T: PartialEq + Debug + Clone + Copy + Eq + PartialEq> PartialEq<Property<T>> for Property<T>
impl<T: PartialEq + Debug + Clone + Copy + Eq + PartialEq> PartialEq<Property<T>> for Property<T>
impl<T: Copy + Debug + Clone + Copy + Eq + PartialEq> Copy for Property<T>
impl<T: Eq + Debug + Clone + Copy + Eq + PartialEq> Eq for Property<T>
impl<T: Debug + Clone + Copy + Eq + PartialEq> StructuralEq for Property<T>
impl<T: Debug + Clone + Copy + Eq + PartialEq> StructuralPartialEq for Property<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Property<T> where
T: RefUnwindSafe,
impl<T> Send for Property<T> where
T: Send,
impl<T> Sync for Property<T> where
T: Sync,
impl<T> Unpin for Property<T> where
T: Unpin,
impl<T> UnwindSafe for Property<T> where
T: UnwindSafe,
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