Enum easy_imgui::Cond
source · #[repr(i32)]pub enum Cond {
Always = 1,
Once = 2,
FirstUseEver = 4,
Appearing = 8,
}
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Cond
impl Ord for Cond
source§impl PartialEq for Cond
impl PartialEq for Cond
source§impl PartialOrd for Cond
impl PartialOrd for Cond
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Cond
impl Eq for Cond
impl StructuralEq for Cond
impl StructuralPartialEq for Cond
Auto Trait Implementations§
impl RefUnwindSafe for Cond
impl Send for Cond
impl Sync for Cond
impl Unpin for Cond
impl UnwindSafe for Cond
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