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