#[repr(transparent)]pub struct ImGuiActivateFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiActivateFlags_
impl ImGuiActivateFlags_
pub const ImGuiActivateFlags_None: ImGuiActivateFlags_
pub const ImGuiActivateFlags_PreferInput: ImGuiActivateFlags_
pub const ImGuiActivateFlags_PreferTweak: ImGuiActivateFlags_
pub const ImGuiActivateFlags_TryToPreserveState: ImGuiActivateFlags_
pub const ImGuiActivateFlags_FromTabbing: ImGuiActivateFlags_
pub const ImGuiActivateFlags_FromShortcut: ImGuiActivateFlags_
pub const ImGuiActivateFlags_FromFocusApi: ImGuiActivateFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiActivateFlags_
impl BitAnd for ImGuiActivateFlags_
Source§impl BitAndAssign for ImGuiActivateFlags_
impl BitAndAssign for ImGuiActivateFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiActivateFlags_)
fn bitand_assign(&mut self, rhs: ImGuiActivateFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiActivateFlags_
impl BitOr for ImGuiActivateFlags_
Source§impl BitOrAssign for ImGuiActivateFlags_
impl BitOrAssign for ImGuiActivateFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiActivateFlags_)
fn bitor_assign(&mut self, rhs: ImGuiActivateFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiActivateFlags_
impl Clone for ImGuiActivateFlags_
Source§fn clone(&self) -> ImGuiActivateFlags_
fn clone(&self) -> ImGuiActivateFlags_
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 ImGuiActivateFlags_
impl Debug for ImGuiActivateFlags_
Source§impl Hash for ImGuiActivateFlags_
impl Hash for ImGuiActivateFlags_
Source§impl PartialEq for ImGuiActivateFlags_
impl PartialEq for ImGuiActivateFlags_
impl Copy for ImGuiActivateFlags_
impl Eq for ImGuiActivateFlags_
impl StructuralPartialEq for ImGuiActivateFlags_
Auto Trait Implementations§
impl Freeze for ImGuiActivateFlags_
impl RefUnwindSafe for ImGuiActivateFlags_
impl Send for ImGuiActivateFlags_
impl Sync for ImGuiActivateFlags_
impl Unpin for ImGuiActivateFlags_
impl UnsafeUnpin for ImGuiActivateFlags_
impl UnwindSafe for ImGuiActivateFlags_
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