Enum bedrock::SwitchOrDynamicState [] [src]

pub enum SwitchOrDynamicState<T> {
    Disabled,
    Dynamic,
    Static(T),
}

Disabled, Specified in the command buffer or Specified in the pipeline state

Variants

Trait Implementations

Auto Trait Implementations

impl<T> Send for SwitchOrDynamicState<T> where
    T: Send

impl<T> Sync for SwitchOrDynamicState<T> where
    T: Sync