Struct swf_tree::fill_styles::LinearGradient
[−]
[src]
pub struct LinearGradient { pub matrix: Matrix, pub gradient: Gradient, }
Fields
matrix: Matrix
gradient: Gradient
Trait Implementations
impl Debug for LinearGradient
[src]
impl PartialEq for LinearGradient
[src]
fn eq(&self, __arg_0: &LinearGradient) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &LinearGradient) -> bool
This method tests for !=
.