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