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