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

Trait Implementations

impl Clone for RadialGradient
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RadialGradient
[src]

impl Debug for RadialGradient
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for RadialGradient
[src]

[src]

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

[src]

This method tests for !=.