#[repr(C)]pub struct EmbPolygonObject_ {
pub pointList: *mut EmbPointList,
pub lineType: c_int,
pub color: EmbColor,
}Fields§
§pointList: *mut EmbPointList§lineType: c_int§color: EmbColorTrait Implementations§
Source§impl Clone for EmbPolygonObject_
impl Clone for EmbPolygonObject_
Source§fn clone(&self) -> EmbPolygonObject_
fn clone(&self) -> EmbPolygonObject_
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 EmbPolygonObject_
impl Debug for EmbPolygonObject_
impl Copy for EmbPolygonObject_
Auto Trait Implementations§
impl Freeze for EmbPolygonObject_
impl RefUnwindSafe for EmbPolygonObject_
impl !Send for EmbPolygonObject_
impl !Sync for EmbPolygonObject_
impl Unpin for EmbPolygonObject_
impl UnwindSafe for EmbPolygonObject_
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