#[repr(C)]pub struct ImGuiColorMod {
pub Col: ImGuiCol,
pub BackupValue: ImVec4_c,
}Fields§
§Col: ImGuiCol§BackupValue: ImVec4_cTrait 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
Source§impl Default for ImGuiColorMod
impl Default for ImGuiColorMod
Source§fn default() -> ImGuiColorMod
fn default() -> ImGuiColorMod
Returns the “default value” for a type. Read more
Source§impl PartialEq for ImGuiColorMod
impl PartialEq for ImGuiColorMod
impl Copy for ImGuiColorMod
impl StructuralPartialEq 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