Enum ofx::ImageEffectAction
source · pub enum ImageEffectAction {
Show 14 variants
GetRegionOfDefinition,
GetRegionsOfInterest,
GetTimeDomain,
GetFramesNeeded,
GetClipPreferences,
IsIdentity,
Render,
BeginSequenceRender,
EndSequenceRender,
DescribeInContext,
GetInverseDistortion,
InvokeHelp,
InvokeAbout,
VegasKeyframeUplift,
}Variants
GetRegionOfDefinition
GetRegionsOfInterest
GetTimeDomain
GetFramesNeeded
GetClipPreferences
IsIdentity
Render
BeginSequenceRender
EndSequenceRender
DescribeInContext
GetInverseDistortion
InvokeHelp
InvokeAbout
VegasKeyframeUplift
Trait Implementations
sourceimpl Clone for ImageEffectAction
impl Clone for ImageEffectAction
sourcefn clone(&self) -> ImageEffectAction
fn clone(&self) -> ImageEffectAction
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 moresourceimpl Debug for ImageEffectAction
impl Debug for ImageEffectAction
sourceimpl Hash for ImageEffectAction
impl Hash for ImageEffectAction
sourceimpl PartialEq<ImageEffectAction> for ImageEffectAction
impl PartialEq<ImageEffectAction> for ImageEffectAction
sourcefn eq(&self, other: &ImageEffectAction) -> bool
fn eq(&self, other: &ImageEffectAction) -> bool
impl Copy for ImageEffectAction
impl Eq for ImageEffectAction
impl StructuralEq for ImageEffectAction
impl StructuralPartialEq for ImageEffectAction
Auto Trait Implementations
impl RefUnwindSafe for ImageEffectAction
impl Send for ImageEffectAction
impl Sync for ImageEffectAction
impl Unpin for ImageEffectAction
impl UnwindSafe for ImageEffectAction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<T> CloneAny for Twhere
T: Any + Clone,
impl<T> CloneAny for Twhere
T: Any + Clone,
fn clone_any(&self) -> Box<dyn CloneAny + 'static, Global>
fn clone_any_send(&self) -> Box<dyn CloneAny + Send + 'static, Global>where
T: Send,
fn clone_any_sync(&self) -> Box<dyn CloneAny + Sync + 'static, Global>where
T: Sync,
fn clone_any_send_sync(
&self
) -> Box<dyn CloneAny + Sync + Send + 'static, Global>where
T: Send + Sync,
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.