#[repr(i32)]pub enum PlotCond {
None = 0,
Always = 1,
Once = 2,
}Expand description
Plot condition (setup/next) matching ImPlotCond (ImGuiCond)
Variants§
Trait Implementations§
impl Copy for PlotCond
impl Eq for PlotCond
impl StructuralPartialEq for PlotCond
Auto Trait Implementations§
impl Freeze for PlotCond
impl RefUnwindSafe for PlotCond
impl Send for PlotCond
impl Sync for PlotCond
impl Unpin for PlotCond
impl UnwindSafe for PlotCond
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