pub enum Axis2 {
X,
Y,
Both,
}
Expand description
Like Axis
, but limited to X or Y and with the option of both.
Variants§
Trait Implementations§
impl Copy for Axis2
impl Eq for Axis2
impl StructuralPartialEq for Axis2
Auto Trait Implementations§
impl Freeze for Axis2
impl RefUnwindSafe for Axis2
impl Send for Axis2
impl Sync for Axis2
impl Unpin for Axis2
impl UnwindSafe for Axis2
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