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