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