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
sourceimpl Clone for WrapPolygon
impl Clone for WrapPolygon
sourcefn clone(&self) -> WrapPolygon
fn clone(&self) -> WrapPolygon
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WrapPolygon
impl Debug for WrapPolygon
sourceimpl Default for WrapPolygon
impl Default for WrapPolygon
sourcefn default() -> WrapPolygon
fn default() -> WrapPolygon
Returns the “default value” for a type. Read more
sourceimpl<'__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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more