#[repr(C)]pub struct ImGuiIDStackTool {
pub LastActiveFrame: c_int,
pub StackLevel: c_int,
pub QueryMainId: ImGuiID,
pub Results: ImVector<ImGuiStackLevelInfo>,
pub QueryHookActive: bool,
pub OptHexEncodeNonAsciiChars: bool,
pub OptCopyToClipboardOnCtrlC: bool,
pub CopyToClipboardLastTime: f32,
pub ResultPathsBuf: ImGuiTextBuffer,
pub ResultTempBuf: ImGuiTextBuffer,
}Fields§
§LastActiveFrame: c_int§StackLevel: c_int§QueryMainId: ImGuiID§Results: ImVector<ImGuiStackLevelInfo>§QueryHookActive: bool§OptHexEncodeNonAsciiChars: bool§OptCopyToClipboardOnCtrlC: bool§CopyToClipboardLastTime: f32§ResultPathsBuf: ImGuiTextBuffer§ResultTempBuf: ImGuiTextBufferTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiIDStackTool
impl !RefUnwindSafe for ImGuiIDStackTool
impl !Send for ImGuiIDStackTool
impl !Sync for ImGuiIDStackTool
impl Unpin for ImGuiIDStackTool
impl UnwindSafe for ImGuiIDStackTool
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