#[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 ==
.impl Copy for VSActivationReason
impl Eq for VSActivationReason
impl StructuralEq for VSActivationReason
impl StructuralPartialEq for VSActivationReason
Auto Trait Implementations§
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