pub struct CellUpdate<'a> {
pub x: u16,
pub y: u16,
pub cell: &'a Cell,
}Fields§
§x: u16§y: u16§cell: &'a CellAuto Trait Implementations§
impl<'a> Freeze for CellUpdate<'a>
impl<'a> RefUnwindSafe for CellUpdate<'a>
impl<'a> Send for CellUpdate<'a>
impl<'a> Sync for CellUpdate<'a>
impl<'a> Unpin for CellUpdate<'a>
impl<'a> UnsafeUnpin for CellUpdate<'a>
impl<'a> UnwindSafe for CellUpdate<'a>
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