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