#[repr(C)]pub struct EmbThread_ {
pub color: EmbColor,
pub description: *const c_char,
pub catalogNumber: *const c_char,
}Fields§
§color: EmbColor§description: *const c_char§catalogNumber: *const c_charTrait Implementations§
Source§impl Clone for EmbThread_
impl Clone for EmbThread_
Source§fn clone(&self) -> EmbThread_
fn clone(&self) -> EmbThread_
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 EmbThread_
impl Debug for EmbThread_
impl Copy for EmbThread_
Auto Trait Implementations§
impl Freeze for EmbThread_
impl RefUnwindSafe for EmbThread_
impl !Send for EmbThread_
impl !Sync for EmbThread_
impl Unpin for EmbThread_
impl UnwindSafe for EmbThread_
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