#[repr(transparent)]pub struct ImGuiInputFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiInputFlags_
impl ImGuiInputFlags_
pub const ImGuiInputFlags_None: ImGuiInputFlags_
pub const ImGuiInputFlags_Repeat: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteActive: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteFocused: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteGlobal: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteAlways: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteOverFocused: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteOverActive: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteUnlessBgFocused: ImGuiInputFlags_
pub const ImGuiInputFlags_RouteFromRootWindow: ImGuiInputFlags_
pub const ImGuiInputFlags_Tooltip: ImGuiInputFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiInputFlags_
impl BitAnd for ImGuiInputFlags_
Source§impl BitAndAssign for ImGuiInputFlags_
impl BitAndAssign for ImGuiInputFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiInputFlags_)
fn bitand_assign(&mut self, rhs: ImGuiInputFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiInputFlags_
impl BitOr for ImGuiInputFlags_
Source§impl BitOrAssign for ImGuiInputFlags_
impl BitOrAssign for ImGuiInputFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiInputFlags_)
fn bitor_assign(&mut self, rhs: ImGuiInputFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiInputFlags_
impl Clone for ImGuiInputFlags_
Source§fn clone(&self) -> ImGuiInputFlags_
fn clone(&self) -> ImGuiInputFlags_
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 ImGuiInputFlags_
impl Debug for ImGuiInputFlags_
Source§impl Hash for ImGuiInputFlags_
impl Hash for ImGuiInputFlags_
Source§impl PartialEq for ImGuiInputFlags_
impl PartialEq for ImGuiInputFlags_
impl Copy for ImGuiInputFlags_
impl Eq for ImGuiInputFlags_
impl StructuralPartialEq for ImGuiInputFlags_
Auto Trait Implementations§
impl Freeze for ImGuiInputFlags_
impl RefUnwindSafe for ImGuiInputFlags_
impl Send for ImGuiInputFlags_
impl Sync for ImGuiInputFlags_
impl Unpin for ImGuiInputFlags_
impl UnsafeUnpin for ImGuiInputFlags_
impl UnwindSafe for ImGuiInputFlags_
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