Struct easy_imgui_sys::ImGuiTableRowFlags_
source · #[repr(transparent)]pub struct ImGuiTableRowFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
source§impl ImGuiTableRowFlags_
impl ImGuiTableRowFlags_
pub const ImGuiTableRowFlags_None: ImGuiTableRowFlags_ = _
source§impl ImGuiTableRowFlags_
impl ImGuiTableRowFlags_
pub const ImGuiTableRowFlags_Headers: ImGuiTableRowFlags_ = _
Trait Implementations§
source§impl BitAnd for ImGuiTableRowFlags_
impl BitAnd for ImGuiTableRowFlags_
source§impl BitAndAssign for ImGuiTableRowFlags_
impl BitAndAssign for ImGuiTableRowFlags_
source§fn bitand_assign(&mut self, rhs: ImGuiTableRowFlags_)
fn bitand_assign(&mut self, rhs: ImGuiTableRowFlags_)
Performs the
&= operation. Read moresource§impl BitOr for ImGuiTableRowFlags_
impl BitOr for ImGuiTableRowFlags_
source§impl BitOrAssign for ImGuiTableRowFlags_
impl BitOrAssign for ImGuiTableRowFlags_
source§fn bitor_assign(&mut self, rhs: ImGuiTableRowFlags_)
fn bitor_assign(&mut self, rhs: ImGuiTableRowFlags_)
Performs the
|= operation. Read moresource§impl Clone for ImGuiTableRowFlags_
impl Clone for ImGuiTableRowFlags_
source§fn clone(&self) -> ImGuiTableRowFlags_
fn clone(&self) -> ImGuiTableRowFlags_
Returns a copy 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 ImGuiTableRowFlags_
impl Debug for ImGuiTableRowFlags_
source§impl Hash for ImGuiTableRowFlags_
impl Hash for ImGuiTableRowFlags_
source§impl PartialEq for ImGuiTableRowFlags_
impl PartialEq for ImGuiTableRowFlags_
source§fn eq(&self, other: &ImGuiTableRowFlags_) -> bool
fn eq(&self, other: &ImGuiTableRowFlags_) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ImGuiTableRowFlags_
impl Eq for ImGuiTableRowFlags_
impl StructuralPartialEq for ImGuiTableRowFlags_
Auto Trait Implementations§
impl RefUnwindSafe for ImGuiTableRowFlags_
impl Send for ImGuiTableRowFlags_
impl Sync for ImGuiTableRowFlags_
impl Unpin for ImGuiTableRowFlags_
impl UnwindSafe for ImGuiTableRowFlags_
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