Struct easy_imgui_sys::ImGuiLocKey
source · #[repr(transparent)]pub struct ImGuiLocKey(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_VersionStr: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_TableSizeOne: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_TableSizeAllFit: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_TableSizeAllDefault: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_TableResetOrder: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_WindowingMainMenuBar: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_WindowingPopup: ImGuiLocKey = _
source§impl ImGuiLocKey
impl ImGuiLocKey
pub const ImGuiLocKey_WindowingUntitled: ImGuiLocKey = _
source§impl ImGuiLocKey
impl 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 copy 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
source§fn eq(&self, other: &ImGuiLocKey) -> bool
fn eq(&self, other: &ImGuiLocKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiLocKey
impl Eq for ImGuiLocKey
impl StructuralPartialEq for ImGuiLocKey
Auto Trait Implementations§
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