Struct webrender_api::BorderRadius [] [src]

#[repr(C)]
pub struct BorderRadius { pub top_left: LayoutSize, pub top_right: LayoutSize, pub bottom_left: LayoutSize, pub bottom_right: LayoutSize, }

Fields

Methods

impl BorderRadius
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for BorderRadius
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BorderRadius
[src]

impl Debug for BorderRadius
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for BorderRadius
[src]

[src]

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

[src]

This method tests for !=.