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