#[repr(C)]pub struct EmbPolygonObjectList_ {
pub polygonObj: *mut EmbPolygonObject,
pub next: *mut EmbPolygonObjectList_,
}Fields§
§polygonObj: *mut EmbPolygonObject§next: *mut EmbPolygonObjectList_Trait Implementations§
Source§impl Clone for EmbPolygonObjectList_
impl Clone for EmbPolygonObjectList_
Source§fn clone(&self) -> EmbPolygonObjectList_
fn clone(&self) -> EmbPolygonObjectList_
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 EmbPolygonObjectList_
impl Debug for EmbPolygonObjectList_
impl Copy for EmbPolygonObjectList_
Auto Trait Implementations§
impl Freeze for EmbPolygonObjectList_
impl RefUnwindSafe for EmbPolygonObjectList_
impl !Send for EmbPolygonObjectList_
impl !Sync for EmbPolygonObjectList_
impl Unpin for EmbPolygonObjectList_
impl UnwindSafe for EmbPolygonObjectList_
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