#[repr(C)]pub struct ImColor_c {
pub Value: ImVec4_c,
}Fields§
§Value: ImVec4_cTrait Implementations§
impl Copy for ImColor_c
impl StructuralPartialEq for ImColor_c
Auto Trait Implementations§
impl Freeze for ImColor_c
impl RefUnwindSafe for ImColor_c
impl Send for ImColor_c
impl Sync for ImColor_c
impl Unpin for ImColor_c
impl UnwindSafe for ImColor_c
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