Struct flat_spatial::cell::GridCell  
source · pub struct GridCell<V2: Vec2> {
    pub objs: Vec<CellObject<V2>>,
    pub dirty: bool,
}Expand description
A single cell of the grid, can be empty
Fields§
§objs: Vec<CellObject<V2>>§dirty: boolTrait Implementations§
Auto Trait Implementations§
impl<V2> RefUnwindSafe for GridCell<V2>where V2: RefUnwindSafe,
impl<V2> Send for GridCell<V2>where V2: Send,
impl<V2> Sync for GridCell<V2>where V2: Sync,
impl<V2> Unpin for GridCell<V2>where V2: Unpin,
impl<V2> UnwindSafe for GridCell<V2>where V2: UnwindSafe,
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