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
box_bounds: LayoutRect
offset: LayoutVector2D
color: ColorF
blur_radius: f32
spread_radius: f32
border_radius: BorderRadius
clip_mode: BoxShadowClipMode
Trait Implementations
impl Clone for BoxShadowDisplayItem
[src]
fn clone(&self) -> BoxShadowDisplayItem
[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 BoxShadowDisplayItem
[src]
impl Debug for BoxShadowDisplayItem
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl PartialEq for BoxShadowDisplayItem
[src]
fn eq(&self, __arg_0: &BoxShadowDisplayItem) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BoxShadowDisplayItem) -> bool
[src]
This method tests for !=
.