#[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§
Source§impl Clone for ImGuiPopupData
impl Clone for ImGuiPopupData
Source§fn clone(&self) -> ImGuiPopupData
fn clone(&self) -> ImGuiPopupData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImGuiPopupData
Auto Trait Implementations§
impl !RefUnwindSafe for ImGuiPopupData
impl !Send for ImGuiPopupData
impl !Sync for ImGuiPopupData
impl !UnwindSafe for ImGuiPopupData
impl Freeze for ImGuiPopupData
impl Unpin for ImGuiPopupData
impl UnsafeUnpin 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