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