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
bounds: Quad
Shape bounds
shape: Vec<Value>
Shape coordinate details
margin_shape: Vec<Value>
Margin shape bounds
Trait Implementations
impl Clone for ShapeOutsideInfo
[src]
fn clone(&self) -> ShapeOutsideInfo
[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 Debug for ShapeOutsideInfo
[src]
impl PartialEq for ShapeOutsideInfo
[src]
fn eq(&self, __arg_0: &ShapeOutsideInfo) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ShapeOutsideInfo) -> bool
[src]
This method tests for !=
.