#[repr(C)]pub struct ImGuiDockContext {
pub Nodes: ImGuiStorage,
pub Requests: ImVector_ImGuiDockRequest,
pub NodesSettings: ImVector_ImGuiDockNodeSettings,
pub WantFullRebuild: bool,
}Fields§
§Nodes: ImGuiStorage§Requests: ImVector_ImGuiDockRequest§NodesSettings: ImVector_ImGuiDockNodeSettings§WantFullRebuild: boolTrait Implementations§
Source§impl Clone for ImGuiDockContext
impl Clone for ImGuiDockContext
Source§fn clone(&self) -> ImGuiDockContext
fn clone(&self) -> ImGuiDockContext
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 ImGuiDockContext
Source§impl Debug for ImGuiDockContext
impl Debug for ImGuiDockContext
Source§impl Default for ImGuiDockContext
impl Default for ImGuiDockContext
impl Eq for ImGuiDockContext
Source§impl Hash for ImGuiDockContext
impl Hash for ImGuiDockContext
Source§impl PartialEq for ImGuiDockContext
impl PartialEq for ImGuiDockContext
Source§fn eq(&self, other: &ImGuiDockContext) -> bool
fn eq(&self, other: &ImGuiDockContext) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImGuiDockContext
Auto Trait Implementations§
impl !Send for ImGuiDockContext
impl !Sync for ImGuiDockContext
impl Freeze for ImGuiDockContext
impl RefUnwindSafe for ImGuiDockContext
impl Unpin for ImGuiDockContext
impl UnsafeUnpin for ImGuiDockContext
impl UnwindSafe for ImGuiDockContext
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