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