#[repr(C)]pub struct EmbPolylineObject_ {
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 EmbPolylineObject_
impl Clone for EmbPolylineObject_
Source§fn clone(&self) -> EmbPolylineObject_
fn clone(&self) -> EmbPolylineObject_
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 EmbPolylineObject_
impl Debug for EmbPolylineObject_
impl Copy for EmbPolylineObject_
Auto Trait Implementations§
impl Freeze for EmbPolylineObject_
impl RefUnwindSafe for EmbPolylineObject_
impl !Send for EmbPolylineObject_
impl !Sync for EmbPolylineObject_
impl Unpin for EmbPolylineObject_
impl UnwindSafe for EmbPolylineObject_
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