Struct easy_imgui_sys::ImGuiPopupData
source · #[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 copy 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 ImGuiPopupData
impl Debug for ImGuiPopupData
impl Copy for ImGuiPopupData
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)