#[repr(transparent)]pub struct ImGuiNextWindowDataFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiNextWindowDataFlags_
impl ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_None: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasPos: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasSize: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasContentSize: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasCollapsed: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasSizeConstraint: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasFocus: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasBgAlpha: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasScroll: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasWindowFlags: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasChildFlags: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasRefreshPolicy: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasViewport: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasDock: ImGuiNextWindowDataFlags_
pub const ImGuiNextWindowDataFlags_HasWindowClass: ImGuiNextWindowDataFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiNextWindowDataFlags_
impl BitAnd for ImGuiNextWindowDataFlags_
Source§impl BitAndAssign for ImGuiNextWindowDataFlags_
impl BitAndAssign for ImGuiNextWindowDataFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiNextWindowDataFlags_)
fn bitand_assign(&mut self, rhs: ImGuiNextWindowDataFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiNextWindowDataFlags_
impl BitOr for ImGuiNextWindowDataFlags_
Source§impl BitOrAssign for ImGuiNextWindowDataFlags_
impl BitOrAssign for ImGuiNextWindowDataFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiNextWindowDataFlags_)
fn bitor_assign(&mut self, rhs: ImGuiNextWindowDataFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiNextWindowDataFlags_
impl Clone for ImGuiNextWindowDataFlags_
Source§fn clone(&self) -> ImGuiNextWindowDataFlags_
fn clone(&self) -> ImGuiNextWindowDataFlags_
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 ImGuiNextWindowDataFlags_
impl Debug for ImGuiNextWindowDataFlags_
Source§impl Hash for ImGuiNextWindowDataFlags_
impl Hash for ImGuiNextWindowDataFlags_
impl Copy for ImGuiNextWindowDataFlags_
impl Eq for ImGuiNextWindowDataFlags_
impl StructuralPartialEq for ImGuiNextWindowDataFlags_
Auto Trait Implementations§
impl Freeze for ImGuiNextWindowDataFlags_
impl RefUnwindSafe for ImGuiNextWindowDataFlags_
impl Send for ImGuiNextWindowDataFlags_
impl Sync for ImGuiNextWindowDataFlags_
impl Unpin for ImGuiNextWindowDataFlags_
impl UnwindSafe for ImGuiNextWindowDataFlags_
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