#[repr(transparent)]pub struct ImGuiViewportFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl ImGuiViewportFlags_
impl ImGuiViewportFlags_
pub const ImGuiViewportFlags_None: ImGuiViewportFlags_
pub const ImGuiViewportFlags_IsPlatformWindow: ImGuiViewportFlags_
pub const ImGuiViewportFlags_IsPlatformMonitor: ImGuiViewportFlags_
pub const ImGuiViewportFlags_OwnedByApp: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoDecoration: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoTaskBarIcon: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoFocusOnAppearing: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoFocusOnClick: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoInputs: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoRendererClear: ImGuiViewportFlags_
pub const ImGuiViewportFlags_NoAutoMerge: ImGuiViewportFlags_
pub const ImGuiViewportFlags_TopMost: ImGuiViewportFlags_
pub const ImGuiViewportFlags_CanHostOtherWindows: ImGuiViewportFlags_
pub const ImGuiViewportFlags_IsMinimized: ImGuiViewportFlags_
pub const ImGuiViewportFlags_IsFocused: ImGuiViewportFlags_
Trait Implementations§
Source§impl BitAnd for ImGuiViewportFlags_
impl BitAnd for ImGuiViewportFlags_
Source§impl BitAndAssign for ImGuiViewportFlags_
impl BitAndAssign for ImGuiViewportFlags_
Source§fn bitand_assign(&mut self, rhs: ImGuiViewportFlags_)
fn bitand_assign(&mut self, rhs: ImGuiViewportFlags_)
Performs the
&= operation. Read moreSource§impl BitOr for ImGuiViewportFlags_
impl BitOr for ImGuiViewportFlags_
Source§impl BitOrAssign for ImGuiViewportFlags_
impl BitOrAssign for ImGuiViewportFlags_
Source§fn bitor_assign(&mut self, rhs: ImGuiViewportFlags_)
fn bitor_assign(&mut self, rhs: ImGuiViewportFlags_)
Performs the
|= operation. Read moreSource§impl Clone for ImGuiViewportFlags_
impl Clone for ImGuiViewportFlags_
Source§fn clone(&self) -> ImGuiViewportFlags_
fn clone(&self) -> ImGuiViewportFlags_
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 ImGuiViewportFlags_
impl Debug for ImGuiViewportFlags_
Source§impl Hash for ImGuiViewportFlags_
impl Hash for ImGuiViewportFlags_
Source§impl PartialEq for ImGuiViewportFlags_
impl PartialEq for ImGuiViewportFlags_
impl Copy for ImGuiViewportFlags_
impl Eq for ImGuiViewportFlags_
impl StructuralPartialEq for ImGuiViewportFlags_
Auto Trait Implementations§
impl Freeze for ImGuiViewportFlags_
impl RefUnwindSafe for ImGuiViewportFlags_
impl Send for ImGuiViewportFlags_
impl Sync for ImGuiViewportFlags_
impl Unpin for ImGuiViewportFlags_
impl UnsafeUnpin for ImGuiViewportFlags_
impl UnwindSafe for ImGuiViewportFlags_
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