Struct easy_imgui_sys::ImGuiWindowSettings
source · #[repr(C)]pub struct ImGuiWindowSettings {
pub ID: ImGuiID,
pub Pos: ImVec2ih,
pub Size: ImVec2ih,
pub Collapsed: bool,
pub IsChild: bool,
pub WantApply: bool,
pub WantDelete: bool,
}Fields§
§ID: ImGuiID§Pos: ImVec2ih§Size: ImVec2ih§Collapsed: bool§IsChild: bool§WantApply: bool§WantDelete: boolTrait Implementations§
source§impl Clone for ImGuiWindowSettings
impl Clone for ImGuiWindowSettings
source§fn clone(&self) -> ImGuiWindowSettings
fn clone(&self) -> ImGuiWindowSettings
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 ImGuiWindowSettings
impl Debug for ImGuiWindowSettings
impl Copy for ImGuiWindowSettings
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiWindowSettings
impl Send for ImGuiWindowSettings
impl Sync for ImGuiWindowSettings
impl Unpin for ImGuiWindowSettings
impl UnwindSafe for ImGuiWindowSettings
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