ActivationReason

Type Alias ActivationReason 

Source
pub type ActivationReason = VSActivationReason;

Aliased Type§

#[repr(C)]
pub enum ActivationReason { Initial = 0, AllFramesReady = 1, Error = -1, }

Variants§

§

Initial = 0

§

AllFramesReady = 1

§

Error = -1