pub enum DrawDirection {
Ortho,
Horizontal,
Vertical,
Diagonal,
}
Variants§
Trait Implementations§
Source§impl Debug for DrawDirection
impl Debug for DrawDirection
Auto Trait Implementations§
impl Freeze for DrawDirection
impl RefUnwindSafe for DrawDirection
impl Send for DrawDirection
impl Sync for DrawDirection
impl Unpin for DrawDirection
impl UnwindSafe for DrawDirection
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