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