Struct docx_rust::document::WrapPolygonLineTo
source · [−]Fields
x: Option<isize>
y: Option<isize>
Trait Implementations
sourceimpl Clone for WrapPolygonLineTo
impl Clone for WrapPolygonLineTo
sourcefn clone(&self) -> WrapPolygonLineTo
fn clone(&self) -> WrapPolygonLineTo
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 WrapPolygonLineTo
impl Debug for WrapPolygonLineTo
sourceimpl Default for WrapPolygonLineTo
impl Default for WrapPolygonLineTo
sourcefn default() -> WrapPolygonLineTo
fn default() -> WrapPolygonLineTo
Returns the “default value” for a type. Read more
sourceimpl<'__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
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