Struct easy_imgui_sys::ImGuiMetricsConfig
source · #[repr(C)]pub struct ImGuiMetricsConfig {Show 13 fields
pub ShowDebugLog: bool,
pub ShowIDStackTool: bool,
pub ShowWindowsRects: bool,
pub ShowWindowsBeginOrder: bool,
pub ShowTablesRects: bool,
pub ShowDrawCmdMesh: bool,
pub ShowDrawCmdBoundingBoxes: bool,
pub ShowTextEncodingViewer: bool,
pub ShowAtlasTintedWithTextColor: bool,
pub ShowWindowsRectsType: c_int,
pub ShowTablesRectsType: c_int,
pub HighlightMonitorIdx: c_int,
pub HighlightViewportID: ImGuiID,
}Fields§
§ShowDebugLog: bool§ShowIDStackTool: bool§ShowWindowsRects: bool§ShowWindowsBeginOrder: bool§ShowTablesRects: bool§ShowDrawCmdMesh: bool§ShowDrawCmdBoundingBoxes: bool§ShowTextEncodingViewer: bool§ShowAtlasTintedWithTextColor: bool§ShowWindowsRectsType: c_int§ShowTablesRectsType: c_int§HighlightMonitorIdx: c_int§HighlightViewportID: ImGuiIDTrait Implementations§
source§impl Clone for ImGuiMetricsConfig
impl Clone for ImGuiMetricsConfig
source§fn clone(&self) -> ImGuiMetricsConfig
fn clone(&self) -> ImGuiMetricsConfig
Returns a copy 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 ImGuiMetricsConfig
impl Debug for ImGuiMetricsConfig
impl Copy for ImGuiMetricsConfig
Auto Trait Implementations§
impl Freeze for ImGuiMetricsConfig
impl RefUnwindSafe for ImGuiMetricsConfig
impl Send for ImGuiMetricsConfig
impl Sync for ImGuiMetricsConfig
impl Unpin for ImGuiMetricsConfig
impl UnwindSafe for ImGuiMetricsConfig
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)