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