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