#[repr(C)]pub struct ImGuiPopupData {
pub PopupId: ImGuiID,
pub Window: *mut ImGuiWindow,
pub RestoreNavWindow: *mut ImGuiWindow,
pub ParentNavLayer: c_int,
pub OpenFrameCount: c_int,
pub OpenParentId: ImGuiID,
pub OpenPopupPos: ImVec2,
pub OpenMousePos: ImVec2,
}Fields§
§PopupId: ImGuiID§Window: *mut ImGuiWindow§OpenFrameCount: c_int§OpenParentId: ImGuiID§OpenPopupPos: ImVec2§OpenMousePos: ImVec2Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiPopupData
impl RefUnwindSafe for ImGuiPopupData
impl !Send for ImGuiPopupData
impl !Sync for ImGuiPopupData
impl Unpin for ImGuiPopupData
impl UnwindSafe for ImGuiPopupData
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