#[repr(i32)]
pub enum VSActivationReason {
arInitial,
arAllFramesReady,
arError,
}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 PartialEq<VSActivationReason> for VSActivationReason
impl PartialEq<VSActivationReason> for VSActivationReason
source§fn eq(&self, other: &VSActivationReason) -> bool
fn eq(&self, other: &VSActivationReason) -> bool
This method tests for
self and other values to be equal, and is used
by ==.