#[repr(C)]pub struct EmbColor_ {
pub r: c_uchar,
pub g: c_uchar,
pub b: c_uchar,
}Fields§
§r: c_uchar§g: c_uchar§b: c_ucharTrait Implementations§
Auto Trait Implementations§
impl Freeze for EmbColor_
impl RefUnwindSafe for EmbColor_
impl Send for EmbColor_
impl Sync for EmbColor_
impl Unpin for EmbColor_
impl UnwindSafe for EmbColor_
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