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