#[repr(C)]pub enum VSActivationReason {
Initial = 0,
AllFramesReady = 1,
Error = -1,
}
Expand description
See VSFilterGetFrame
.
Variants§
Trait Implementations§
Source§impl Clone for VSActivationReason
impl Clone for VSActivationReason
Source§fn clone(&self) -> VSActivationReason
fn clone(&self) -> VSActivationReason
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 VSActivationReason
impl Debug for VSActivationReason
Source§impl Hash for VSActivationReason
impl Hash for VSActivationReason
Source§impl Ord for VSActivationReason
impl Ord for VSActivationReason
Source§fn cmp(&self, other: &VSActivationReason) -> Ordering
fn cmp(&self, other: &VSActivationReason) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for VSActivationReason
impl PartialEq for VSActivationReason
Source§impl PartialOrd for VSActivationReason
impl PartialOrd for VSActivationReason
impl Copy for VSActivationReason
impl Eq for VSActivationReason
impl StructuralPartialEq for VSActivationReason
Auto Trait Implementations§
impl Freeze for VSActivationReason
impl RefUnwindSafe for VSActivationReason
impl Send for VSActivationReason
impl Sync for VSActivationReason
impl Unpin for VSActivationReason
impl UnwindSafe for VSActivationReason
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