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