#[repr(transparent)]pub struct ImGuiComboFlagsPrivate_(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl Clone for ImGuiComboFlagsPrivate_
impl Clone for ImGuiComboFlagsPrivate_
Source§fn clone(&self) -> ImGuiComboFlagsPrivate_
fn clone(&self) -> ImGuiComboFlagsPrivate_
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 ImGuiComboFlagsPrivate_
impl Debug for ImGuiComboFlagsPrivate_
Source§impl Hash for ImGuiComboFlagsPrivate_
impl Hash for ImGuiComboFlagsPrivate_
Source§impl PartialEq for ImGuiComboFlagsPrivate_
impl PartialEq for ImGuiComboFlagsPrivate_
impl Copy for ImGuiComboFlagsPrivate_
impl Eq for ImGuiComboFlagsPrivate_
impl StructuralPartialEq for ImGuiComboFlagsPrivate_
Auto Trait Implementations§
impl Freeze for ImGuiComboFlagsPrivate_
impl RefUnwindSafe for ImGuiComboFlagsPrivate_
impl Send for ImGuiComboFlagsPrivate_
impl Sync for ImGuiComboFlagsPrivate_
impl Unpin for ImGuiComboFlagsPrivate_
impl UnsafeUnpin for ImGuiComboFlagsPrivate_
impl UnwindSafe for ImGuiComboFlagsPrivate_
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