Struct docx_rust::document::WrapPolygon
source · pub struct WrapPolygon {
pub edited: Option<bool>,
pub start: WrapPolygonStart,
pub lineto: Vec<WrapPolygonLineTo>,
}
Fields§
§edited: Option<bool>
§start: WrapPolygonStart
§lineto: Vec<WrapPolygonLineTo>
Trait Implementations§
source§impl Clone for WrapPolygon
impl Clone for WrapPolygon
source§fn clone(&self) -> WrapPolygon
fn clone(&self) -> WrapPolygon
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for WrapPolygon
impl Debug for WrapPolygon
source§impl Default for WrapPolygon
impl Default for WrapPolygon
source§fn default() -> WrapPolygon
fn default() -> WrapPolygon
Returns the “default value” for a type. Read more