#[repr(C)]pub struct ImGuiStackLevelInfo {
pub ID: ImGuiID,
pub QueryFrameCount: ImS8,
pub QuerySuccess: bool,
pub DataType: ImS8,
pub DescOffset: c_int,
}Fields§
§ID: ImGuiID§QueryFrameCount: ImS8§QuerySuccess: bool§DataType: ImS8§DescOffset: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiStackLevelInfo
impl RefUnwindSafe for ImGuiStackLevelInfo
impl Send for ImGuiStackLevelInfo
impl Sync for ImGuiStackLevelInfo
impl Unpin for ImGuiStackLevelInfo
impl UnwindSafe for ImGuiStackLevelInfo
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