#[repr(C)]pub struct ImGuiWindowSettings {
pub ID: ImGuiID,
pub Pos: ImVec2ih,
pub Size: ImVec2ih,
pub ViewportPos: ImVec2ih,
pub ViewportId: ImGuiID,
pub DockId: ImGuiID,
pub ClassId: ImGuiID,
pub DockOrder: c_short,
pub Collapsed: bool,
pub IsChild: bool,
pub WantApply: bool,
pub WantDelete: bool,
}Fields§
§ID: ImGuiID§Pos: ImVec2ih§Size: ImVec2ih§ViewportPos: ImVec2ih§ViewportId: ImGuiID§DockId: ImGuiID§ClassId: ImGuiID§DockOrder: c_short§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 duplicate 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
Source§impl Default for ImGuiWindowSettings
impl Default for ImGuiWindowSettings
Source§fn default() -> ImGuiWindowSettings
fn default() -> ImGuiWindowSettings
Returns the “default value” for a type. Read more
Source§impl Hash for ImGuiWindowSettings
impl Hash for ImGuiWindowSettings
Source§impl PartialEq for ImGuiWindowSettings
impl PartialEq for ImGuiWindowSettings
impl Copy for ImGuiWindowSettings
impl Eq for ImGuiWindowSettings
impl StructuralPartialEq for ImGuiWindowSettings
Auto Trait Implementations§
impl Freeze for ImGuiWindowSettings
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