#[repr(transparent)]pub struct ImGuiDebugLogFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiDebugLogFlags_
impl ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_None: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventError: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventActiveId: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventFocus: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventPopup: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventClipper: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventSelection: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventIO: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventFont: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventInputRouting: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventDocking: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventViewport: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_EventMask_: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_OutputToTTY: ImGuiDebugLogFlags_
pub const ImGuiDebugLogFlags_OutputToTestEngine: 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 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 ImGuiDebugLogFlags_
impl Debug for ImGuiDebugLogFlags_
Source§impl Hash for ImGuiDebugLogFlags_
impl Hash for ImGuiDebugLogFlags_
Source§impl PartialEq for ImGuiDebugLogFlags_
impl PartialEq for ImGuiDebugLogFlags_
impl Copy for ImGuiDebugLogFlags_
impl Eq for ImGuiDebugLogFlags_
impl StructuralPartialEq for ImGuiDebugLogFlags_
Auto Trait Implementations§
impl Freeze for ImGuiDebugLogFlags_
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