#[repr(transparent)]pub struct ImGuiDockNodeState(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiDockNodeState
impl ImGuiDockNodeState
pub const ImGuiDockNodeState_Unknown: ImGuiDockNodeState
pub const ImGuiDockNodeState_HostWindowHiddenBecauseSingleWindow: ImGuiDockNodeState
pub const ImGuiDockNodeState_HostWindowHiddenBecauseWindowsAreResizing: ImGuiDockNodeState
pub const ImGuiDockNodeState_HostWindowVisible: ImGuiDockNodeState
Trait Implementations§
Source§impl Clone for ImGuiDockNodeState
impl Clone for ImGuiDockNodeState
Source§fn clone(&self) -> ImGuiDockNodeState
fn clone(&self) -> ImGuiDockNodeState
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 ImGuiDockNodeState
impl Debug for ImGuiDockNodeState
Source§impl Hash for ImGuiDockNodeState
impl Hash for ImGuiDockNodeState
Source§impl PartialEq for ImGuiDockNodeState
impl PartialEq for ImGuiDockNodeState
impl Copy for ImGuiDockNodeState
impl Eq for ImGuiDockNodeState
impl StructuralPartialEq for ImGuiDockNodeState
Auto Trait Implementations§
impl Freeze for ImGuiDockNodeState
impl RefUnwindSafe for ImGuiDockNodeState
impl Send for ImGuiDockNodeState
impl Sync for ImGuiDockNodeState
impl Unpin for ImGuiDockNodeState
impl UnwindSafe for ImGuiDockNodeState
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