pub enum Drawdirection {
Ortho,
Horizontal,
Vertical,
Diagonal,
}
Variants§
Trait Implementations§
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