Struct docx_rust::document::WrapPolygonLineTo
source · pub struct WrapPolygonLineTo {
pub x: Option<isize>,
pub y: Option<isize>,
}
Fields§
§x: Option<isize>
§y: Option<isize>
Trait Implementations§
source§impl Clone for WrapPolygonLineTo
impl Clone for WrapPolygonLineTo
source§fn clone(&self) -> WrapPolygonLineTo
fn clone(&self) -> WrapPolygonLineTo
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 WrapPolygonLineTo
impl Debug for WrapPolygonLineTo
source§impl Default for WrapPolygonLineTo
impl Default for WrapPolygonLineTo
source§fn default() -> WrapPolygonLineTo
fn default() -> WrapPolygonLineTo
Returns the “default value” for a type. Read more