pub struct GridDestroy {
pub grid: i64,
}Fields§
§grid: i64Trait Implementations§
Source§impl Debug for GridDestroy
impl Debug for GridDestroy
Auto Trait Implementations§
impl Freeze for GridDestroy
impl RefUnwindSafe for GridDestroy
impl Send for GridDestroy
impl Sync for GridDestroy
impl Unpin for GridDestroy
impl UnwindSafe for GridDestroy
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