#[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§
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