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