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