Struct easy_imgui_sys::ImGuiInputEventType
source · #[repr(transparent)]pub struct ImGuiInputEventType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_None: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_MousePos: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_MouseWheel: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_MouseButton: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_Key: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_Text: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_Focus: ImGuiInputEventType = _
source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_COUNT: ImGuiInputEventType = _
Trait Implementations§
source§impl Clone for ImGuiInputEventType
impl Clone for ImGuiInputEventType
source§fn clone(&self) -> ImGuiInputEventType
fn clone(&self) -> ImGuiInputEventType
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 ImGuiInputEventType
impl Debug for ImGuiInputEventType
source§impl Hash for ImGuiInputEventType
impl Hash for ImGuiInputEventType
source§impl PartialEq for ImGuiInputEventType
impl PartialEq for ImGuiInputEventType
source§fn eq(&self, other: &ImGuiInputEventType) -> bool
fn eq(&self, other: &ImGuiInputEventType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiInputEventType
impl Eq for ImGuiInputEventType
impl StructuralPartialEq for ImGuiInputEventType
Auto Trait Implementations§
impl Freeze for ImGuiInputEventType
impl RefUnwindSafe for ImGuiInputEventType
impl Send for ImGuiInputEventType
impl Sync for ImGuiInputEventType
impl Unpin for ImGuiInputEventType
impl UnwindSafe for ImGuiInputEventType
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)