#[repr(i32)]pub enum YAxis {
Y1 = 3,
Y2 = 4,
Y3 = 5,
}Expand description
Y axis selector matching ImPlot’s ImAxis values
Variants§
Trait Implementations§
impl Copy for YAxis
impl Eq for YAxis
impl StructuralPartialEq for YAxis
Auto Trait Implementations§
impl Freeze for YAxis
impl RefUnwindSafe for YAxis
impl Send for YAxis
impl Sync for YAxis
impl Unpin for YAxis
impl UnwindSafe for YAxis
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