#[repr(transparent)]pub struct ImGuiButtonFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiButtonFlags_
impl ImGuiButtonFlags_
pub const ImGuiButtonFlags_None: ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonLeft: ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonRight: ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonMiddle: ImGuiButtonFlags_
pub const ImGuiButtonFlags_MouseButtonMask_: 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 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 ImGuiButtonFlags_
impl Debug for ImGuiButtonFlags_
Source§impl Hash for ImGuiButtonFlags_
impl Hash for ImGuiButtonFlags_
Source§impl PartialEq for ImGuiButtonFlags_
impl PartialEq for ImGuiButtonFlags_
impl Copy for ImGuiButtonFlags_
impl Eq for ImGuiButtonFlags_
impl StructuralPartialEq for ImGuiButtonFlags_
Auto Trait Implementations§
impl Freeze for ImGuiButtonFlags_
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