pub enum Diagonal {
TopLeft,
TopRight,
BottomLeft,
BottomRight,
}
Variants§
Implementations§
Trait Implementations§
Source§impl<T> Index<Diagonal> for DiagonalMap<T>
impl<T> Index<Diagonal> for DiagonalMap<T>
Source§impl<T> IndexMut<Diagonal> for DiagonalMap<T>
impl<T> IndexMut<Diagonal> for DiagonalMap<T>
Source§impl Ord for Diagonal
impl Ord for Diagonal
Source§impl PartialOrd for Diagonal
impl PartialOrd for Diagonal
impl Copy for Diagonal
impl Eq for Diagonal
impl StructuralPartialEq for Diagonal
Auto Trait Implementations§
impl Freeze for Diagonal
impl RefUnwindSafe for Diagonal
impl Send for Diagonal
impl Sync for Diagonal
impl Unpin for Diagonal
impl UnwindSafe for Diagonal
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