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