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