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 Freeze for WrapPolygonLineTo
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