#[repr(C)]pub struct ImGuiColorMod {
pub Col: ImGuiCol,
pub BackupValue: ImVec4,
}Fields§
§Col: ImGuiCol§BackupValue: ImVec4Trait Implementations§
Source§impl Clone for ImGuiColorMod
impl Clone for ImGuiColorMod
Source§fn clone(&self) -> ImGuiColorMod
fn clone(&self) -> ImGuiColorMod
Returns a duplicate 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 ImGuiColorMod
impl Debug for ImGuiColorMod
impl Copy for ImGuiColorMod
Auto Trait Implementations§
impl Freeze for ImGuiColorMod
impl RefUnwindSafe for ImGuiColorMod
impl Send for ImGuiColorMod
impl Sync for ImGuiColorMod
impl Unpin for ImGuiColorMod
impl UnwindSafe for ImGuiColorMod
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