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