pub enum Axis {
BottomX,
LeftY,
RightY,
TopX,
}
Expand description
A coordinate axis
Variants§
BottomX
X axis on the bottom side of the figure
LeftY
Y axis on the left side of the figure
RightY
Y axis on the right side of the figure
TopX
X axis on the top side of the figure
Trait Implementations§
Source§impl Configure<Axis> for Figure
impl Configure<Axis> for Figure
Source§type Properties = Properties
type Properties = Properties
The properties of what’s being configured
impl Copy for Axis
Auto Trait Implementations§
impl Freeze for Axis
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnwindSafe for Axis
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