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