Enum swf_tree::Filter
[−]
[src]
pub enum Filter {
Blur(Blur),
Bevel(Bevel),
Convolution(Convolution),
Glow(Glow),
GradientBevel(GradientBevel),
GradientGlow(GradientGlow),
}Variants
Blur(Blur)Bevel(Bevel)Convolution(Convolution)Glow(Glow)GradientBevel(GradientBevel)GradientGlow(GradientGlow)Trait Implementations
impl Debug for Filter[src]
impl PartialEq for Filter[src]
fn eq(&self, __arg_0: &Filter) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Filter) -> bool
This method tests for !=.