#[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: boolAuto Trait Implementations§
impl Freeze for ImGuiDockContext
impl !RefUnwindSafe for ImGuiDockContext
impl !Send for ImGuiDockContext
impl !Sync for ImGuiDockContext
impl Unpin 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