Struct webrender_api::BoxShadowDisplayItem [] [src]

pub struct BoxShadowDisplayItem {
    pub box_bounds: LayoutRect,
    pub offset: LayoutVector2D,
    pub color: ColorF,
    pub blur_radius: f32,
    pub spread_radius: f32,
    pub border_radius: BorderRadius,
    pub clip_mode: BoxShadowClipMode,
}

Fields

Trait Implementations

impl Clone for BoxShadowDisplayItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BoxShadowDisplayItem
[src]

impl Debug for BoxShadowDisplayItem
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BoxShadowDisplayItem
[src]

[src]

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

[src]

This method tests for !=.