#[repr(C)]pub struct EmbLayer_ {
pub color: EmbColor,
pub name: *const c_char,
}Fields§
§color: EmbColor§name: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for EmbLayer_
impl RefUnwindSafe for EmbLayer_
impl !Send for EmbLayer_
impl !Sync for EmbLayer_
impl Unpin for EmbLayer_
impl UnwindSafe for EmbLayer_
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