Enum gdnative_visual_script::common::EnvironmentSSAOBlur[][src]

#[repr(u32)]
pub enum EnvironmentSSAOBlur { Disabled, SsaoBlur1x1, SsaoBlur2x2, SsaoBlur3x3, }

Variants

Trait Implementations

impl Hash for EnvironmentSSAOBlur
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for EnvironmentSSAOBlur
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnvironmentSSAOBlur
[src]

Formats the value using the given formatter. Read more

impl Copy for EnvironmentSSAOBlur
[src]

impl Eq for EnvironmentSSAOBlur
[src]

impl PartialEq<EnvironmentSSAOBlur> for EnvironmentSSAOBlur
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations