pub enum WinType {
Horizontal,
Vertical,
Diagonal,
AntiDiagonal,
}Expand description
The win type
Variants§
Trait Implementations§
impl Copy for WinType
impl Eq for WinType
impl StructuralPartialEq for WinType
Auto Trait Implementations§
impl Freeze for WinType
impl RefUnwindSafe for WinType
impl Send for WinType
impl Sync for WinType
impl Unpin for WinType
impl UnwindSafe for WinType
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