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
source§impl<'__input> XmlRead<'__input> for WrapPolygon
impl<'__input> XmlRead<'__input> for WrapPolygon
Auto Trait Implementations§
impl RefUnwindSafe for WrapPolygon
impl Send for WrapPolygon
impl Sync for WrapPolygon
impl Unpin for WrapPolygon
impl UnwindSafe for WrapPolygon
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more