Struct webrender_api::RadialGradient
[−]
[src]
pub struct RadialGradient { pub start_center: LayoutPoint, pub start_radius: f32, pub end_center: LayoutPoint, pub end_radius: f32, pub ratio_xy: f32, pub extend_mode: ExtendMode, }
Fields
start_center: LayoutPoint
start_radius: f32
end_center: LayoutPoint
end_radius: f32
ratio_xy: f32
extend_mode: ExtendMode
Trait Implementations
impl Clone for RadialGradient
[src]
fn clone(&self) -> RadialGradient
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for RadialGradient
[src]
impl Debug for RadialGradient
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for RadialGradient
[src]
fn eq(&self, __arg_0: &RadialGradient) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &RadialGradient) -> bool
[src]
This method tests for !=
.