struct ZoneMap {
data: [Grid<i32>; 3],
query: Query<(Option<&'static FenceZone>, Option<&'static HuntingZone>, Option<&'static CarcassRemovalZone>)>,
}
Fields
data: [Grid<i32>; 3]
query: Query<(Option<&'static FenceZone>, Option<&'static HuntingZone>, Option<&'static CarcassRemovalZone>)>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ZoneMap
impl Send for ZoneMap
impl !Sync for ZoneMap
impl Unpin for ZoneMap
impl UnwindSafe for ZoneMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more