#[repr(C)]pub struct ImGuiMetricsConfig {Show 15 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 ShowTextureUsedRect: bool,
pub ShowDockingNodes: bool,
pub ShowWindowsRectsType: c_int,
pub ShowTablesRectsType: c_int,
pub HighlightMonitorIdx: c_int,
pub HighlightViewportID: ImGuiID,
pub ShowFontPreview: bool,
}Fields§
§ShowDebugLog: bool§ShowIDStackTool: bool§ShowWindowsRects: bool§ShowWindowsBeginOrder: bool§ShowTablesRects: bool§ShowDrawCmdMesh: bool§ShowDrawCmdBoundingBoxes: bool§ShowTextEncodingViewer: bool§ShowTextureUsedRect: bool§ShowDockingNodes: bool§ShowWindowsRectsType: c_int§ShowTablesRectsType: c_int§HighlightMonitorIdx: c_int§HighlightViewportID: ImGuiID§ShowFontPreview: boolTrait Implementations§
Source§impl Clone for ImGuiMetricsConfig
impl Clone for ImGuiMetricsConfig
Source§fn clone(&self) -> ImGuiMetricsConfig
fn clone(&self) -> ImGuiMetricsConfig
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 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