Struct easy_imgui_sys::ImGuiButtonFlags_
source · #[repr(transparent)]pub struct ImGuiButtonFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_None: ImGuiButtonFlags_ = _
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonLeft: ImGuiButtonFlags_ = _
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonRight: ImGuiButtonFlags_ = _
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonMiddle: ImGuiButtonFlags_ = _
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonMask_: ImGuiButtonFlags_ = _
source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonDefault_: ImGuiButtonFlags_ = _
Trait Implementations§
source§impl BitAnd for ImGuiButtonFlags_
impl BitAnd for ImGuiButtonFlags_
source§impl BitAndAssign for ImGuiButtonFlags_
impl BitAndAssign for ImGuiButtonFlags_
source§fn bitand_assign(&mut self, rhs: ImGuiButtonFlags_)
fn bitand_assign(&mut self, rhs: ImGuiButtonFlags_)
Performs the
&= operation. Read moresource§impl BitOr for ImGuiButtonFlags_
impl BitOr for ImGuiButtonFlags_
source§impl BitOrAssign for ImGuiButtonFlags_
impl BitOrAssign for ImGuiButtonFlags_
source§fn bitor_assign(&mut self, rhs: ImGuiButtonFlags_)
fn bitor_assign(&mut self, rhs: ImGuiButtonFlags_)
Performs the
|= operation. Read moresource§impl Clone for ImGuiButtonFlags_
impl Clone for ImGuiButtonFlags_
source§fn clone(&self) -> ImGuiButtonFlags_
fn clone(&self) -> ImGuiButtonFlags_
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 ImGuiButtonFlags_
impl Debug for ImGuiButtonFlags_
source§impl Hash for ImGuiButtonFlags_
impl Hash for ImGuiButtonFlags_
source§impl PartialEq for ImGuiButtonFlags_
impl PartialEq for ImGuiButtonFlags_
source§fn eq(&self, other: &ImGuiButtonFlags_) -> bool
fn eq(&self, other: &ImGuiButtonFlags_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiButtonFlags_
impl Eq for ImGuiButtonFlags_
impl StructuralPartialEq for ImGuiButtonFlags_
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiButtonFlags_
impl Send for ImGuiButtonFlags_
impl Sync for ImGuiButtonFlags_
impl Unpin for ImGuiButtonFlags_
impl UnwindSafe for ImGuiButtonFlags_
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