Enum gdnative_visual_script::common::ShaderMode[][src]

#[repr(u32)]
pub enum ShaderMode { ModeSpatial, ModeCanvasItem, ModeParticles, }

Variants

Trait Implementations

impl Hash for ShaderMode
[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 ShaderMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShaderMode
[src]

Formats the value using the given formatter. Read more

impl Copy for ShaderMode
[src]

impl Eq for ShaderMode
[src]

impl PartialEq<ShaderMode> for ShaderMode
[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

impl Send for ShaderMode

impl Sync for ShaderMode