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