struct Shortcut {
up: Grid<Point>,
down: Grid<Point>,
left: Grid<Point>,
right: Grid<Point>,
}
Fields§
§up: Grid<Point>
§down: Grid<Point>
§left: Grid<Point>
§right: Grid<Point>
Implementations§
Auto Trait Implementations§
impl Freeze for Shortcut
impl RefUnwindSafe for Shortcut
impl Send for Shortcut
impl Sync for Shortcut
impl Unpin for Shortcut
impl UnwindSafe for Shortcut
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