#[repr(transparent)]pub struct ImGuiLocKey(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_VersionStr: ImGuiLocKey
pub const ImGuiLocKey_TableSizeOne: ImGuiLocKey
pub const ImGuiLocKey_TableSizeAllFit: ImGuiLocKey
pub const ImGuiLocKey_TableSizeAllDefault: ImGuiLocKey
pub const ImGuiLocKey_TableResetOrder: ImGuiLocKey
pub const ImGuiLocKey_WindowingMainMenuBar: ImGuiLocKey
pub const ImGuiLocKey_WindowingPopup: ImGuiLocKey
pub const ImGuiLocKey_WindowingUntitled: ImGuiLocKey
pub const ImGuiLocKey_OpenLink_s: ImGuiLocKey
pub const ImGuiLocKey_CopyLink: ImGuiLocKey
pub const ImGuiLocKey_DockingHideTabBar: ImGuiLocKey
pub const ImGuiLocKey_DockingHoldShiftToDock: ImGuiLocKey
pub const ImGuiLocKey_DockingDragToUndockOrMoveNode: ImGuiLocKey
pub const ImGuiLocKey_COUNT: ImGuiLocKey
Trait Implementations§
Source§impl Clone for ImGuiLocKey
impl Clone for ImGuiLocKey
Source§fn clone(&self) -> ImGuiLocKey
fn clone(&self) -> ImGuiLocKey
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 ImGuiLocKey
impl Debug for ImGuiLocKey
Source§impl Hash for ImGuiLocKey
impl Hash for ImGuiLocKey
Source§impl PartialEq for ImGuiLocKey
impl PartialEq for ImGuiLocKey
impl Copy for ImGuiLocKey
impl Eq for ImGuiLocKey
impl StructuralPartialEq for ImGuiLocKey
Auto Trait Implementations§
impl Freeze for ImGuiLocKey
impl RefUnwindSafe for ImGuiLocKey
impl Send for ImGuiLocKey
impl Sync for ImGuiLocKey
impl Unpin for ImGuiLocKey
impl UnwindSafe for ImGuiLocKey
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