#[repr(i32)]pub enum Plot3DCond {
None = 0,
Always = 1,
Once = 2,
}Expand description
Condition for setup calls (match ImGuiCond)
Variants§
Trait Implementations§
Source§impl Clone for Plot3DCond
impl Clone for Plot3DCond
Source§fn clone(&self) -> Plot3DCond
fn clone(&self) -> Plot3DCond
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 Plot3DCond
impl Debug for Plot3DCond
Source§impl PartialEq for Plot3DCond
impl PartialEq for Plot3DCond
impl Copy for Plot3DCond
impl Eq for Plot3DCond
impl StructuralPartialEq for Plot3DCond
Auto Trait Implementations§
impl Freeze for Plot3DCond
impl RefUnwindSafe for Plot3DCond
impl Send for Plot3DCond
impl Sync for Plot3DCond
impl Unpin for Plot3DCond
impl UnwindSafe for Plot3DCond
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