#[repr(transparent)]pub struct ImGuiInputEventType(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiInputEventType
impl ImGuiInputEventType
pub const ImGuiInputEventType_None: ImGuiInputEventType
pub const ImGuiInputEventType_MousePos: ImGuiInputEventType
pub const ImGuiInputEventType_MouseWheel: ImGuiInputEventType
pub const ImGuiInputEventType_MouseButton: ImGuiInputEventType
pub const ImGuiInputEventType_MouseViewport: ImGuiInputEventType
pub const ImGuiInputEventType_Key: ImGuiInputEventType
pub const ImGuiInputEventType_Text: ImGuiInputEventType
pub const ImGuiInputEventType_Focus: 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 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 ImGuiInputEventType
impl Debug for ImGuiInputEventType
Source§impl Hash for ImGuiInputEventType
impl Hash for ImGuiInputEventType
Source§impl PartialEq for ImGuiInputEventType
impl PartialEq for ImGuiInputEventType
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