#[repr(i32)]pub enum XAxis {
X1 = 0,
X2 = 1,
X3 = 2,
}Expand description
X axis selector matching ImPlot’s ImAxis values
Variants§
Trait Implementations§
impl Copy for XAxis
impl Eq for XAxis
impl StructuralPartialEq for XAxis
Auto Trait Implementations§
impl Freeze for XAxis
impl RefUnwindSafe for XAxis
impl Send for XAxis
impl Sync for XAxis
impl Unpin for XAxis
impl UnwindSafe for XAxis
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