#[repr(transparent)]pub struct ImGuiMouseButton_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiMouseButton_
impl ImGuiMouseButton_
pub const ImGuiMouseButton_Left: ImGuiMouseButton_
pub const ImGuiMouseButton_Right: ImGuiMouseButton_
pub const ImGuiMouseButton_Middle: 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 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 ImGuiMouseButton_
impl Debug for ImGuiMouseButton_
Source§impl Hash for ImGuiMouseButton_
impl Hash for ImGuiMouseButton_
Source§impl PartialEq for ImGuiMouseButton_
impl PartialEq for ImGuiMouseButton_
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