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