Struct cdp::dom::ShapeOutsideInfo [] [src]

pub struct ShapeOutsideInfo {
    pub bounds: Quad,
    pub shape: Vec<Value>,
    pub margin_shape: Vec<Value>,
}

[Experimental] CSS Shape Outside details.

Fields

Shape bounds

Shape coordinate details

Margin shape bounds

Trait Implementations

impl Clone for ShapeOutsideInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ShapeOutsideInfo
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ShapeOutsideInfo
[src]

[src]

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

[src]

This method tests for !=.