pub enum TwinSide {
Right,
Top,
}Expand description
Specifies which side a twin axes occupies relative to its parent.
Variants§
Right
The twin shares the x-axis and draws an independent y-axis on the right.
Top
The twin shares the y-axis and draws an independent x-axis on the top.
Trait Implementations§
impl Copy for TwinSide
impl Eq for TwinSide
impl StructuralPartialEq for TwinSide
Auto Trait Implementations§
impl Freeze for TwinSide
impl RefUnwindSafe for TwinSide
impl Send for TwinSide
impl Sync for TwinSide
impl Unpin for TwinSide
impl UnsafeUnpin for TwinSide
impl UnwindSafe for TwinSide
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