Struct easy_imgui_sys::ImGuiMouseButton_
source · #[repr(transparent)]pub struct ImGuiMouseButton_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiMouseButton_
impl ImGuiMouseButton_
pub const ImGuiMouseButton_Left: ImGuiMouseButton_ = _
source§impl ImGuiMouseButton_
impl ImGuiMouseButton_
pub const ImGuiMouseButton_Right: ImGuiMouseButton_ = _
source§impl ImGuiMouseButton_
impl ImGuiMouseButton_
pub const ImGuiMouseButton_Middle: ImGuiMouseButton_ = _
source§impl ImGuiMouseButton_
impl ImGuiMouseButton_
pub const ImGuiMouseButton_COUNT: ImGuiMouseButton_ = _
Trait Implementations§
source§impl Clone for ImGuiMouseButton_
impl Clone for ImGuiMouseButton_
source§fn clone(&self) -> ImGuiMouseButton_
fn clone(&self) -> ImGuiMouseButton_
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 ImGuiMouseButton_
impl Debug for ImGuiMouseButton_
source§impl Hash for ImGuiMouseButton_
impl Hash for ImGuiMouseButton_
source§impl PartialEq for ImGuiMouseButton_
impl PartialEq for ImGuiMouseButton_
source§fn eq(&self, other: &ImGuiMouseButton_) -> bool
fn eq(&self, other: &ImGuiMouseButton_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiMouseButton_
impl Eq for ImGuiMouseButton_
impl StructuralPartialEq for ImGuiMouseButton_
Auto Trait Implementations§
impl Freeze for ImGuiMouseButton_
impl RefUnwindSafe for ImGuiMouseButton_
impl Send for ImGuiMouseButton_
impl Sync for ImGuiMouseButton_
impl Unpin for ImGuiMouseButton_
impl UnwindSafe for ImGuiMouseButton_
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)