#[repr(transparent)]pub struct ImGuiTableRowFlags_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
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 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 ImGuiTableRowFlags_
impl Debug for ImGuiTableRowFlags_
Source§impl Hash for ImGuiTableRowFlags_
impl Hash for ImGuiTableRowFlags_
Source§impl PartialEq for ImGuiTableRowFlags_
impl PartialEq for ImGuiTableRowFlags_
impl Copy for ImGuiTableRowFlags_
impl Eq for ImGuiTableRowFlags_
impl StructuralPartialEq for ImGuiTableRowFlags_
Auto Trait Implementations§
impl Freeze for ImGuiTableRowFlags_
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