#[repr(C)]pub struct ImGuiDebugItemPathQuery {
pub MainID: ImGuiID,
pub Active: bool,
pub Complete: bool,
pub Step: ImS8,
pub Results: ImVector_ImGuiStackLevelInfo,
pub ResultsDescBuf: ImGuiTextBuffer,
pub ResultPathBuf: ImGuiTextBuffer,
}Fields§
§MainID: ImGuiID§Active: bool§Complete: bool§Step: ImS8§Results: ImVector_ImGuiStackLevelInfo§ResultsDescBuf: ImGuiTextBuffer§ResultPathBuf: ImGuiTextBufferTrait Implementations§
Source§impl Clone for ImGuiDebugItemPathQuery
impl Clone for ImGuiDebugItemPathQuery
Source§fn clone(&self) -> ImGuiDebugItemPathQuery
fn clone(&self) -> ImGuiDebugItemPathQuery
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 ImGuiDebugItemPathQuery
impl Debug for ImGuiDebugItemPathQuery
Source§impl Default for ImGuiDebugItemPathQuery
impl Default for ImGuiDebugItemPathQuery
Source§impl Hash for ImGuiDebugItemPathQuery
impl Hash for ImGuiDebugItemPathQuery
Source§impl PartialEq for ImGuiDebugItemPathQuery
impl PartialEq for ImGuiDebugItemPathQuery
impl Copy for ImGuiDebugItemPathQuery
impl Eq for ImGuiDebugItemPathQuery
impl StructuralPartialEq for ImGuiDebugItemPathQuery
Auto Trait Implementations§
impl Freeze for ImGuiDebugItemPathQuery
impl RefUnwindSafe for ImGuiDebugItemPathQuery
impl !Send for ImGuiDebugItemPathQuery
impl !Sync for ImGuiDebugItemPathQuery
impl Unpin for ImGuiDebugItemPathQuery
impl UnwindSafe for ImGuiDebugItemPathQuery
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