#[repr(C)]pub struct color32 {
pub __bindgen_anon_1: color32__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: color32__bindgen_ty_1Trait Implementations§
impl Copy for color32
Auto Trait Implementations§
impl Freeze for color32
impl RefUnwindSafe for color32
impl Send for color32
impl Sync for color32
impl Unpin for color32
impl UnwindSafe for color32
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