pub enum ImGuiCond {
Always = 1,
Once = 2,
FirstUseEver = 4,
Appearing = 8,
}Variants§
Trait Implementations§
impl Copy 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 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