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
source§impl<'__input> XmlRead<'__input> for WrapPolygonLineTo
impl<'__input> XmlRead<'__input> for WrapPolygonLineTo
Auto Trait Implementations§
impl RefUnwindSafe for WrapPolygonLineTo
impl Send for WrapPolygonLineTo
impl Sync for WrapPolygonLineTo
impl Unpin for WrapPolygonLineTo
impl UnwindSafe for WrapPolygonLineTo
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