Enum gdnative::Light2DShadowFilter[][src]

#[repr(u32)]
pub enum Light2DShadowFilter { ShadowFilterPcf13, ShadowFilterPcf5, ShadowFilterPcf9, ShadowFilterNone, ShadowFilterPcf7, ShadowFilterPcf3, }

Variants

Trait Implementations

impl Copy for Light2DShadowFilter
[src]

impl Clone for Light2DShadowFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Light2DShadowFilter
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Light2DShadowFilter
[src]

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

This method tests for !=.

impl Eq for Light2DShadowFilter
[src]

impl Hash for Light2DShadowFilter
[src]

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

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

Auto Trait Implementations